pangoFontMetricsGetApproximateCharWidth {RGtk2}R Documentation

pangoFontMetricsGetApproximateCharWidth

Description

Gets the approximate character width for a font metrics structure. This is merely a representative value useful, for example, for determining the initial size for a window. Actual characters in text will be wider and narrower than this.

Usage

pangoFontMetricsGetApproximateCharWidth(object)

Arguments

object [PangoFontMetrics] a PangoFontMetrics structure

Value

[integer] the character width, in Pango units. (1 point == PANGO_SCALE Pango units.)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]