pangoGlyphStringGetLogicalWidths {RGtk2} | R Documentation |
Given a PangoGlyphString
resulting from pangoShape
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.
pangoGlyphStringGetLogicalWidths(object, text, embedding.level)
|
[PangoGlyphString ] a PangoGlyphString |
|
[char] the text corresponding to the glyphs |
|
[integer] the embedding level of the string |
A list containing the following elements:
|
[integer] a list whose length is g_utf8_strlen (text, length) to be filled in with the resulting character widths. |
Derived by RGtkGen from GTK+ documentation