# RichTextGlyph

Represents a glyph by index. Used in `RichText`.

Glyphs are specific to each font, so a glyph index may represent a completely different character in a different font. Some fonts contain alternate glyphs for certain characters, and some even contain glyphs that don't represent any character.

## Constructors

RichTextGlyph(index)→[RichTextGlyph](https://cuttle.xyz/learn/reference/RichTextGlyph)

Constructs a RichTextSymbol object from a glyph `index`.

`index`

`number`

Glyph index for a specific font file.

## Properties

.indexnumber

Glyph index for a specific font file.