pangoFontDescriptionBetterMatch {RGtk2}R Documentation

pangoFontDescriptionBetterMatch

Description

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.

Usage

pangoFontDescriptionBetterMatch(object, old.match = NULL, new.match)

Arguments

object [PangoFontDescription] a PangoFontDescription
old.match [PangoFontDescription] a PangoFontDescription, or NULL
new.match [PangoFontDescription] a PangoFontDescription

Value

[logical] TRUE if new.match is a better match

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]