pangoFontDescriptionUnsetFields {RGtk2}R Documentation

pangoFontDescriptionUnsetFields

Description

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);

Usage

pangoFontDescriptionUnsetFields(object, to.unset)

Arguments

object [PangoFontDescription] a PangoFontDescription
to.unset [PangoFontMask] bitmask of fields in the desc to unset.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]