@new
Description:
public static Attribute @new (
int size)
Create a new font-size attribute in fractional points.
Parameters:
size |
the font size, in pango_scale-ths of a point
|
Returns:
the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]
|