GLFont.usePangoFontForDisplay

Creates bitmap display lists from a PangoFont.

class GLFont
static
usePangoFontForDisplay

Parameters

display Display

a GdkDisplay.

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. <<OpenGL Window Geometric Object Rendering>>

Meta