Module fonttools::glyf[][src]

Expand description

The glyf (Glyf data) table

Modules

contourutils

Utilities for handling contours

Structs

Component

A high-level representation of a component within a glyph

ComponentFlags

Flags used when serializing/deserializing the component.

Glyph

A higher-level representation of a TrueType outline glyph.

Point

Represents a point inside a glyf::Contour

glyf

The glyf table

Functions

from_bytes

Deserialize the glyf table from a binary buffer.

from_rc

Deserialize the glyf table from a ReaderContext object.