Description Usage Arguments Details Value Author(s)
Given a PangoGlyphItem
and the corresponding
text, determine the screen width corresponding to each character. When
multiple characters compose a single cluster, the width of the entire
cluster is divided equally among the characters.
1 | pangoGlyphItemGetLogicalWidths(glyph.item, text)
|
|
[ |
|
[char] text that |
See also pangoGlyphStringGetLogicalWidths
.
Since 1.26
A list containing the following elements:
|
[integer] a list whose length is the number of characters in glyph_item (equal to glyph_item->item->num_chars) to be filled in with the resulting character widths. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.