pyftinspect
Converts OpenType and TrueType fonts to and from XML (Executables)
Install
- All systems
-
curl cmd.cat/pyftinspect.sh
- Debian
-
apt-get install fonttools - Ubuntu
-
apt-get install fonttools - Arch Linux
-
pacman -S python-fonttools - Kali Linux
-
apt-get install fonttools - CentOS
-
yum install fonttools - Fedora
-
dnf install fonttools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install fonttools - OS X
-
brew install fonttools - Raspbian
-
apt-get install fonttools
fonttools
Converts OpenType and TrueType fonts to and from XML (Executables)
FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. It also contains a tool called "TTX" which converts TrueType/OpenType fonts to and from an XML-based format. This provides the executables of fontTools package.
python-fonttools
Converts OpenType and TrueType fonts to and from XML (Python 2 Library)
FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. It also contains a tool called "TTX" which converts TrueType/OpenType fonts to and from an XML-based format. This is the Python 2 version of the fontTools package.