How to Install python-fonttools in Ubuntu 18.04



Install python-fonttools by entering the following commands in the terminal:

sudo apt update
sudo apt install python-fonttools

Description:

Converts OpenType and TrueType fonts to and from XML

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.

Homepage: https://github.com/fonttools/fonttools

Version: 3.21.2-1

Section: universe/python