Method
PangoContextget_metrics
Declaration
PangoFontMetrics*
pango_context_get_metrics (
PangoContext* context,
const PangoFontDescription* desc,
PangoLanguage* language
)
Parameters
desc
-
Type:
PangoFontDescription
No description available.
The argument can be NULL
.The data is owned by the caller of the method. language
-
Type:
PangoLanguage
No description available.
The argument can be NULL
.The data is owned by the caller of the method.
Return value
Type: PangoFontMetrics
No description available.
The caller of the method takes ownership of the data, and is responsible for freeing it. |