Function
Pangoattr_font_scale_new
Declaration [src]
PangoAttribute*
pango_attr_font_scale_new (
  PangoFontScale scale
)
Description [src]
Create a new font scale attribute.
The effect of this attribute is to change the font size of a run, relative to the size of preceding run.
| Available since: | 1.50 | 
Parameters
| scale | PangoFontScale | 
| A  | 
Return value
| Returns: | PangoAttribute | 
| The newly allocated
   | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |