Method
PangoLayoutget_font_description
since: 1.8
Declaration [src]
const PangoFontDescription*
pango_layout_get_font_description (
PangoLayout* layout
)
Return value
Type: PangoFontDescription
A pointer to the
layout’s font description, or NULL
if the font description
from the layout’s context is inherited.
The returned data is owned by the instance. |
The return value can be NULL . |