Module ttf

Module ttf 

Source
Expand description

This module contains the TTF parser underlying the crate

The parser is designed to be fast, and minimal. Supporting only a subset of the TTF spec

Structs§

CmapSubtable
An individual CMAP subtable
CmapTable
CMAP table data
Contains only the subset of the table needed for mapping unicode codepoints to glyph indices
CompoundGlyf
A compound glyph outline
NameTable
The name table of a TrueType font
PostTable
The Post table of a TrueType font
Contains only the subset of the table needed for mapping glyph indices to glyph names
SimpleGlyf
The outline features of a simple-type glyph
TrueTypeFont
The raw data from a TrueType font
Contains only the subset of the table needed for mapping unicode:

Enums§

GlyfOutline
The outline features of a glyph
NameKind
The strings supported by the name table
PlatformType
The platform types supported by some tables