PangoAttrFontDesc

PangoAttrFontDesc: @attr: the common portion of the attribute @desc: the font description which is the value of this attribute

The #PangoAttrFontDesc structure is used to store an attribute that sets all aspects of the font description at once.

extern (C)
struct PangoAttrFontDesc {
PangoAttribute attr;
PangoFontDescription* desc;
}

Meta