Last updated:
0 purchases
otSpec 0.1.34
otSpec
What is it?
This package contains some useful constants and functions to deal with
the OpenType® Specification.
How to install it?
pip install otSpec
How to use it?
>>> from otSpec.table.name import getNameDescription
>>> getNameDescription(nameID=3)
'Unique Font Identifier'
>>> from otSpec.table.head import getMacStyleBitNames
>>> getMacStyleBitNames(3)
['Bold', 'Italic']
What's next
For details read the full Documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.