pangoContextLoadFont {RGtk2}R Documentation

pangoContextLoadFont

Description

Loads the font in one of the fontmaps in the context that is the closest match for desc.

Usage

pangoContextLoadFont(object, desc)

Arguments

object [PangoContext] a PangoContext
desc [PangoFontDescription] a PangoFontDescription describing the font to load

Value

[PangoFont] the font loaded, or NULL if no font matched.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]