pangoContextSetFontMap {RGtk2} | R Documentation |
Sets the font map to be searched when fonts are looked-up in this context.
This is only for internal use by Pango backends, a PangoContext
obtained
via one of the recommended methods should already have a suitable font map.
pangoContextSetFontMap(object, font.map)
|
[PangoContext ] a PangoContext |
|
[PangoFontMap ] the PangoFontMap to set. |
Derived by RGtkGen from GTK+ documentation