Class GlyphItem

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
LayoutRun

@Generated("io.github.jwharm.JavaGI") public class GlyphItem extends ProxyInstance
A PangoGlyphItem is a pair of a PangoItem and the glyphs resulting from shaping the items text.

As an example of the usage of PangoGlyphItem, the results of shaping text with PangoLayout is a list of PangoLayoutLine, each of which contains a list of PangoGlyphItem.