Module cff

Source
Expand description

Support for scaling CFF outlines.

Modulesยง

hint ๐Ÿ”’
CFF hinting.

Structsยง

CharstringEvaluator ๐Ÿ”’
HintedTransformingSink ๐Ÿ”’
Command sink adapter that applies a transform to hinted coordinates.
NopFilteringSink ๐Ÿ”’
Command sink adapter that suppresses degenerate move and line commands.
Outlines ๐Ÿ”’
Type for loading, scaling and hinting outlines in CFF/CFF2 tables.
PenSink ๐Ÿ”’
Command sink that sends the results of charstring evaluation to an OutlinePen.
PrivateDict ๐Ÿ”’
Entries that we parse from the Private DICT to support charstring evaluation.
ScalingSink26Dot6 ๐Ÿ”’
Command sink adapter that applies a scaling factor.
ScalingTransformingSink ๐Ÿ”’
Command sink adapter that applies both a transform and a scaling factor.
Subfont ๐Ÿ”’
Specifies local subroutines and hinting parameters for some subset of glyphs in a CFF or CFF2 table.
TopDict ๐Ÿ”’
Entries that we parse from the Top DICT that are required to support charstring evaluation.

Enumsยง

PendingElement ๐Ÿ”’

Constantsยง

ONE_OVER_64 ๐Ÿ”’

Functionsยง

transform ๐Ÿ”’