Function
Pangoattr_baseline_shift_new
Declaration [src]
PangoAttribute*
pango_attr_baseline_shift_new (
int shift
)
Description [src]
Create a new baseline displacement attribute.
The effect of this attribute is to shift the baseline of a run, relative to the run of preceding run.
Available since: | 1.50 |
Parameters
shift |
int |
Either a |
Return value
Returns: | PangoAttribute |
The newly allocated
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |