libotf-config
Library for handling OpenType Font - development
Install
- All systems
-
curl cmd.cat/libotf-config.sh
- Debian
-
apt-get install libotf-dev
- Ubuntu
-
apt-get install libotf-dev
- Arch Linux
-
pacman -S libotf
- Kali Linux
-
apt-get install libotf-dev
- CentOS
-
yum install libotf
- Fedora
-
dnf install libotf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libotf-dev
- Raspbian
-
apt-get install libotf-dev
- Dockerfile
- dockerfile.run/libotf-config
libotf-dev
Library for handling OpenType Font - development
The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. This package contains the header and development files needed to build programs and packages using libotf.