fontTools
afmLib: Read and write Adobe Font Metrics files
agl: Interface to the Adobe Glyph List
cffLib: Read and write Adobe CFF fonts
colorLib.builder: Build COLR/CPAL tables from scratch
config: Configure fontTools
cu2qu: Convert cubic curves to quadratic
designspaceLib: Read, write, and edit designspace files
encodings: Support for OpenType-specific character encodings
feaLib: Read and write OpenType feature files
merge: Merge multiple fonts into one
misc: Miscellaneous libraries helpful for font engineering
arrayTools: Various array and rectangle tools
bezierTools: Routines for working with Bezier curves
classifyTools
cliTools: Utilities for command-line interfaces and console scripts
configTools
eexec: PostScript charstring encryption and decryption routines
encodingTools
etree
filenames: Implements UFO User Name to File Name Algorithm
fixedTools: Tools for working with fixed-point numbers
intTools: Tools for working with integer values
loggingTools: tools for interfacing with the Python logging package
macCreatorType: Functions for working with Mac file attributes
macRes: Tools for reading Mac resource forks
plistlib: Tools for handling .plist files
psCharStrings
psLib
psOperators
sstruct
symfont
green()
GreenPen
printGreenPen()
testTools
textTools
timeTools
transform
xmlReader
xmlWriter
mtiLib: Read Monotype FontDame source files
otlLib: Routines for working with OpenType Layout
pens: Inspect and manipulate glyph outlines
qu2cu: Convert quadratic curves to cubic
subset: Generate subsets of fonts or optimize file sizes
svgLib: Read and write SVG-in-OpenType fonts
t1Lib: Read and write PostScript Type 1 fonts
tfmLib: Read TeX Font Metrics files
ttLib: Read and write OpenType and TrueType fonts
ttx: Convert fonts to XML and back
ufoLib: Read and write Unified Font Object files
unicodedata
varLib: Support for OpenType Variations
voltLib: Read and write MS VOLT projects
fontTools
misc: Miscellaneous libraries helpful for font engineering
symfont
View page source
symfont
fontTools.misc.symfont.
green
(
f
,
curveXY
)
[source]
class
fontTools.misc.symfont.
GreenPen
(
func
,
glyphset
=
None
)
[source]
Bases:
BasePen
fontTools.misc.symfont.
printGreenPen
(
penName
,
funcs
,
file=<_io.TextIOWrapper
name='<stdout>'
mode='w'
encoding='utf-8'>
,
docstring=None
)
[source]