Top | ![]() |
![]() |
![]() |
![]() |
GQuark | fo_font_desc_error_quark () |
FoFontDesc * | fo_font_desc_new () |
FoFontDesc * | fo_font_desc_copy () |
void | fo_font_desc_set_family () |
void | fo_font_desc_set_size () |
void | fo_font_desc_set_style () |
void | fo_font_desc_set_stretch () |
void | fo_font_desc_set_variant () |
void | fo_font_desc_set_weight () |
GQuark
fo_font_desc_error_quark (void
);
Get the error quark for FoFontDesc.
If the quark does not yet exist, create it.
void fo_font_desc_set_family (FoFontDesc *font_desc
,const char *family
);
void fo_font_desc_set_style (FoFontDesc *font_desc
,FoEnumEnum style
);
Sets the font style of font_desc
to style
.
void fo_font_desc_set_stretch (FoFontDesc *font_desc
,FoEnumEnum stretch
);
void fo_font_desc_set_variant (FoFontDesc *font_desc
,FoEnumEnum variant
);