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() nothrowpango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attributepango.font_description.FontDescription desc() @property nothrowGet `desc` field. Returns: the font description which is the value of this attributevoid desc(pango.font_description.FontDescription propval) @property nothrowSet `desc` field. Params: propval = the font description which is the value of this attributepango.attribute.Attribute new_(pango.font_description.FontDescription desc) static nothrowCreate a new font description attribute.