pango.attr_font_desc

Module for [AttrFontDesc] class

Types 1

The [pango.attr_font_desc.AttrFontDesc] structure is used to store an attribute that sets all aspects of the font description at once.

Fields
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
pango.font_description.FontDescription desc() @propertyGet `desc` field. Returns: the font description which is the value of this attribute
void desc(pango.font_description.FontDescription propval) @propertySet `desc` field. Params: propval = the font description which is the value of this attribute
pango.attribute.Attribute new_(pango.font_description.FontDescription desc)Create a new font description attribute.
Constructors
this(void * ptr, Flag!"Take" take)