Encapsulates a single glyph rendered inside a TextElement mesh. A glyph is a quad made of four vertices, laid out clockwise: bottom‑left → top‑left → top‑right → bottom‑right
Each Vertex stores:
Property | Description |
---|---|
vertices | Four vertices that describe the glyph’s quad in BL‑TL‑TR‑BR order. |