diff options
| author | Vijay Marcel <vijaymrcel@outlook.com> | 2023-09-15 22:33:54 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:21 +0700 |
| commit | c531ea13b2552c6ee2c2d376732f1f76c1622414 (patch) | |
| tree | 437888bcec421d081668be82ddb8bc3f14252a1f /python/python3-fonttools/README | |
| parent | 2c082184d69fa68f23f465aa7b588a3b4b072ca6 (diff) | |
python/python3-fonttools: Added (manipulate font files).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fonttools/README')
| -rw-r--r-- | python/python3-fonttools/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-fonttools/README b/python/python3-fonttools/README new file mode 100644 index 0000000000..54c96a23e4 --- /dev/null +++ b/python/python3-fonttools/README @@ -0,0 +1,12 @@ +python-fonttools - A library to manipulate font files from Python. + +Optional dependencies: + +lxml – faster backend for XML files reading/writing + +python3-matplotlib – for visualizing +DesignSpaceDocument and resulting VariationModel + +python-reportlab – to drawing glyphs as PNG images + +python3-sympy – for symbolic font statistics analysis |
