ttCollection: Access fonts within a TrueType/OpenType Collection
Overview
The fontTools.ttLib.ttCollection
module is a helper for
fontTools.ttLib
. It supports the reading of TrueType and
OpenType Collection files (*.ttc, *.otc) so that each member font in
the collection is accessible as a TTFont
instance.