pango.attr_font_desc
Module for [AttrFontDesc] class
class AttrFontDesc
Types 1
classAttrFontDesc
The [pango.attr_font_desc.AttrFontDesc] structure is used to store an attribute that sets all aspects of the font description at once.
Fields
PangoAttrFontDesc _cInstanceMethods
void * _cPtr()pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attributepango.font_description.FontDescription desc() @propertyGet `desc` field. Returns: the font description which is the value of this attributevoid desc(pango.font_description.FontDescription propval) @propertySet `desc` field. Params: propval = the font description which is the value of this attributepango.attribute.Attribute new_(pango.font_description.FontDescription desc)Create a new font description attribute.