Module glyph_id

Source
Expand description

Glyph Identifiers.

Although these are treated as u16s in the spec, we choose to represent them as a distinct type.

Structsยง

GlyphId
A 32-bit glyph identifier.
GlyphId16
A 16-bit glyph identifier.
TryFromGlyphIdError
The error type returned when a glyph identifier conversion fails.