pangoFontMapLoadFontset {RGtk2}R Documentation

pangoFontMapLoadFontset

Description

Load a set of fonts in the fontmap that can be used to render a font matching desc.

Usage

pangoFontMapLoadFontset(object, context, desc, language)

Arguments

object

a PangoFontMap

context

the PangoContext the font will be used with

desc

a PangoFontDescription describing the font to load

language

a PangoLanguage the fonts will be used for

Value

[PangoFontset] the fontset, or NULL if no font matched.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]