pangoContextGetGravity {RGtk2} | R Documentation |
Retrieves the gravity for the context. This is similar to
pangoContextGetBaseGravity
, except for when the base gravity
is PANGO_GRAVITY_AUTO
for which pangoGravityGetForMatrix
is used
to return the gravity from the current context matrix.
pangoContextGetGravity(object)
|
[PangoContext ] a PangoContext |
Since 1.16
[PangoGravity
] the resolved gravity for the context.
Derived by RGtkGen from GTK+ documentation