Description Usage Arguments Details Value Author(s)
Converts a PangoGravity
value to its natural rotation in radians.
gravity
should not be PANGO_GRAVITY_AUTO
.
1 | pangoGravityToRotation(base.gravity)
|
|
[ |
Note that pangoMatrixRotate
takes angle in degrees, not radians.
So, to call pangoMatrixRotate
with the output of this function
you should multiply it by (180. / G_PI).
Since 1.16
[numeric] the rotation value corresponding to gravity
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.