Skip to main content

Module glyph_id

Module glyph_id 

Source
Expand description

Glyph Identifiers.

Although these are treated as integers in the spec, we choose to represent them as distinct types.

Structsยง

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