Font.load

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

class Font
static
load
(
string fontName
)

Parameters

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