pangoFontMetricsGetApproximateDigitWidth {RGtk2} | R Documentation |
Gets the approximate digit width for a font metrics structure.
This is merely a representative value useful, for example, for
determining the initial size for a window. Actual digits in
text can be wider and narrower than this, though this value
is generally somewhat more accurate than the result of
pangoFontMetricsGetApproximateDigitWidth
.
pangoFontMetricsGetApproximateDigitWidth(object)
|
[PangoFontMetrics ] a PangoFontMetrics structure |
[integer] the digit width, in pango units. (1 point == PANGO_SCALE
pango units.)
Derived by RGtkGen from GTK+ documentation