pangoFontMapLoadFont {RGtk2}R Documentation

pangoFontMapLoadFont

Description

Load the font in the fontmap that is the closest match for desc.

Usage

pangoFontMapLoadFont(object, context, desc)

Arguments

object

a PangoFontMap

context

the PangoContext the font will be used with

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]