pangoVersion {RGtk2} | R Documentation |
This is similar to the function PANGO_VERSION
except that
it returns the encoded version of Pango available at run-time,
as opposed to the version available at compile-time.
pangoVersion()
A version number can be encoded into an integer using
pangoVersionEncode()
.
Since 1.16
[integer] value: The encoded version of Pango library available at run time.
Derived by RGtkGen from GTK+ documentation