Function
Pango.attr_scale_new
Declaration [src]
PangoAttribute*
pango_attr_scale_new (
double scale_factor
)
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
Returns: PangoAttribute |
|
the newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it |