Method
PangoFontMetricsunref
Declaration [src]
void
pango_font_metrics_unref (
PangoFontMetrics* metrics
)
Description [src]
Decrease the reference count of a font metrics structure by one.
If the result is zero, frees the structure and any associated memory.
Parameters
metrics
-
Type:
PangoFontMetrics
A
PangoFontMetrics
structure, may beNULL
.The argument can be NULL
.