Function
Pangoattr_letter_spacing_new
Declaration [src]
PangoAttribute*
pango_attr_letter_spacing_new (
int letter_spacing
)
Parameters
letter_spacing |
int |
Amount of extra space to add between graphemes of the text, in Pango units. |
Return value
Returns: | PangoAttribute |
The newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |