Method
Pango.FontDescription.get_size_is_absolute
Declaration [src]
gboolean
pango_font_description_get_size_is_absolute (
const PangoFontDescription* desc
)
Description [src]
Determines whether the size of the font is in points (not absolute) or device units (absolute).
See pango_font_description_set_size()
and pango_font_description_set_absolute_size()
.
Available since: | 1.8 |
Return value
Returns: gboolean |
|
whether the size for the font description is in
points or device units. Use |