| pangoFontDescriptionBetterMatch {RGtk2} | R Documentation |
Determines if the style attributes of new.match are a closer match
for desc than old.match, or if old.match is NULL, determines if
new.match is a match at all. Approximate matching is done for
weight and style; other attributes must match exactly.
pangoFontDescriptionBetterMatch(object, old.match = NULL, new.match)
|
[PangoFontDescription] a PangoFontDescription |
|
[PangoFontDescription] a PangoFontDescription, or NULL |
|
[PangoFontDescription] a PangoFontDescription |
[logical] TRUE if new.match is a better match
Derived by RGtkGen from GTK+ documentation