Crate pinot

Source
Expand description

Fast, high-fidelity OpenType parser.

Modules§

avar
Axis variations table.
cmap
Character mapping table.
colr
Color table.
cpal
Color palette table.
fvar
Font variations table.
gdef
Glyph definition table.
gpos
Glyph positioning table.
gsub
Glyph substitution table.
head
Font header table.
hhea
Horizontal header table.
hmtx
Horizontal metrics table.
hvar
Horizontal metrics variation table.
math
Mathematical typesetting table.
maxp
Maximum profile table.
name
Naming table.
os2
OS/2 and Windows metrics table.
otl
OpenType layout common types.
parse
Parsing primitives.
post
PostScript table.
types
Fundamental data types.
var
OpenType variation common types.
vhea
Vertical header table.
vmtx
Vertical metrics table.
vorg
Vertical origin table.
vvar
Vertical metrics variation table.

Structs§

FontDataRef
Borrowed reference to the content of a font file.
FontRef
Borrowed reference to a font.

Enums§

FontDataKind
Kind of a font file.
FontKind
Kind of a font.

Traits§

TableProvider
Abstract interface for a collection of font tables.