PgFontDescription.getSizeIsAbsolute

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(). Since 1.8

class PgFontDescription
int
getSizeIsAbsolute
()

Return Value

Type: int

whether the size for the font description is in points or device units. Use pango_font_description_get_set_fields() to find out if the size field of the font description was explicitly set or not.

Meta