pangoShape {RGtk2} | R Documentation |
Given a segment of text and the corresponding
PangoAnalysis
structure returned from pangoItemize
,
convert the characters into glyphs. You may also pass
in only a substring of the item from pangoItemize
.
pangoShape(text, analysis, glyphs)
|
[character] the text to process |
|
[PangoAnalysis ] PangoAnalysis structure from pangoItemize |
|
[PangoGlyphString ] glyph string in which to store results |
Derived by RGtkGen from GTK+ documentation