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

a PangoContext

desc

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.20.21 Index]