AttrFontDesc

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()

Properties

attr
pango.attribute.Attribute attr [@property getter]

Get field attr.

desc
pango.font_description.FontDescription desc [@property getter]

Get field desc.

desc
pango.font_description.FontDescription desc [@property setter]

Set field desc.

Static functions

new_
pango.attribute.Attribute new_(pango.font_description.FontDescription desc)

Create a new font description attribute.