Font.loadForDisplay

Warning gdk_font_load_for_display is deprecated and should not be used in newly-written code. Loads a font for use on display. The font may be newly loaded or looked up the font in a cache. You should make no assumptions about the initial reference count. Since 2.2

class Font
static
loadForDisplay

Parameters

display Display

a GdkDisplay

fontName string

a XLFD describing the font to load.

Return Value

Type: Font

a GdkFont, or NULL if the font could not be loaded.

Meta