Description Usage Arguments Details Value Author(s)
A monospace font is a font designed for text display where the the
characters form a regular grid. For Western languages this would
mean that the advance width of all characters are the same, but
this categorization also includes Asian fonts which include
double-width characters: characters that occupy two grid cells.
gUnicharIswide()
returns a result that indicates whether a
character is typically double-width in a monospace font.
1 | pangoFontFamilyIsMonospace(object)
|
|
[ |
The best way to find out the grid-cell size is to call
pangoFontMetricsGetApproximateDigitWidth
, since the results
of pangoFontMetricsGetApproximateCharWidth
may be affected
by double-width characters.
Since 1.4
[logical] TRUE
if the family is monospace.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.