Method
Pango.Layout.set_font_description
Declaration [src]
void
pango_layout_set_font_description (
PangoLayout* layout,
const PangoFontDescription* desc
)
Description [src]
Sets the default font description for the layout.
If no font description is set on the layout, the font description from the layout’s context is used.
Parameters
desc |
PangoFontDescription |
the new |
|
Can be NULL | |
The data is owned by the caller of the function |