gtk-d ~Gtk2 (2022-05-05T07:07:42.3116063)
Dub
Repo
GLFont
glgdk
GLFont
Description
class
GLFont {
static
PgFont
usePangoFont
(PgFontDescription fontDesc, int first, int count, int listBase);
static
PgFont
usePangoFontForDisplay
(Display display, PgFontDescription fontDesc, int first, int count, int listBase);
}
Members
Static functions
usePangoFont
PgFont
usePangoFont
(PgFontDescription fontDesc, int first, int count, int listBase)
Creates bitmap display lists from a PangoFont.
usePangoFontForDisplay
PgFont
usePangoFontForDisplay
(Display display, PgFontDescription fontDesc, int first, int count, int listBase)
Creates bitmap display lists from a PangoFont.
Meta
Source
See Implementation
glgdk
GLFont
classes
GLFont
Description