Module fonttools::gvar[][src]

Expand description

The gvar (Glyph variations) table

Structs

DeltaSet

How a glyph’s points vary at one region of the design space.

GlyphVariationData

A description of how an individual glyph’s outline varies across the designspace.

gvar

A Glyph Variations table, describing how glyph outlines vary across the designspace.

gvarcore

Low-level structure used for serializing/deserializing table

Functions

from_bytes

Constructs a gvar object from a binary table, given a set of coordinates and end-of-contour indices. These can be extracted from the glyf table by calling the gvar_coords_and_ends method on each glyph.