pangoFontDescriptionUnsetFields {RGtk2} | R Documentation |
Unsets some of the fields in a PangoFontDescription
. Note that
this merely marks the fields cleared, it does not clear the
settings for those fields, to clear a family name set with
pangoFontDescriptionSetFamilyStatic
so that it won't
be returned by subsequent calls to pangoFontDescriptionGetFamily
,
you must actually call pango_font_description_set_family (desc, NULL);
pangoFontDescriptionUnsetFields(object, to.unset)
|
[PangoFontDescription ] a PangoFontDescription |
|
[PangoFontMask ] bitmask of fields in the desc to unset. |
Derived by RGtkGen from GTK+ documentation