Function
Pangoattr_scale_new
[−]
Description [src]
Create a new font size scale attribute.
The base font for the affected text will have
its size multiplied by scale_factor
.
[−]
Return value
Type: PangoAttribute
The newly allocated
PangoAttribute
, which should be freed with
pango_attribute_destroy()
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |