Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoGravityToRotation

pangoGravityToRotation


Description

Converts a PangoGravity value to its natural rotation in radians. gravity should not be PANGO_GRAVITY_AUTO.

Usage

pangoGravityToRotation(base.gravity)

Arguments

base.gravity

[PangoGravity] gravity to query

Details

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

Value

[numeric] the rotation value corresponding to gravity.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.