GLFont.usePangoFont

Creates bitmap display lists from a PangoFont.

class GLFont
static
usePangoFont

Parameters

fontDesc PgFontDescription

a PangoFontDescription describing the font to use.

first int

the index of the first glyph to be taken.

count int

the number of glyphs to be taken.

listBase int

the index of the first display list to be generated.

Return Value

Type: PgFont

the PangoFont used, or NULL if no font matched.

Meta