pango-Coverage-Maps {RGtk2} | R Documentation |
Unicode character range coverage storage
pangoCoverageNew()
pangoCoverageCopy(object)
pangoCoverageGet(object, index)
pangoCoverageMax(object, other)
pangoCoverageSet(object, index, level)
pangoCoverageToBytes(object)
pangoCoverageFromBytes(bytes)
It is often necessary in Pango to determine if a particular font can
represent a particular character, and also how well it can represent
that character. The PangoCoverage
is a data structure that is used
to represent that information.
PangoCoverage
PangoCoverage
structure represents a map from Unicode characters
to PangoCoverageLevel
. It is an opaque structure with no public fields.
PangoCoverageLevel
none
fallback
approximate
exact
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/pango/pango-Coverage-Maps.html