otfdump
A Library for handling OpenType Font
Install
- All systems
-
curl cmd.cat/otfdump.sh
- Debian
-
apt-get install otf-trace
- Ubuntu
-
apt-get install libotf-bin
- Arch Linux
-
pacman -S libotf
- Kali Linux
-
apt-get install libotf-bin
- CentOS
-
yum install openmpi
- Fedora
-
dnf install libotf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libotf-bin
- Raspbian
-
apt-get install libotf-bin
- Dockerfile
- dockerfile.run/otfdump
libotf
A Library for handling OpenType Font
libotf-bin
Library for handling OpenType Font - utilities
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 support utilities of libotf.
openmpi
High performance message passing library (MPI)
libotf0-dbg
libotf libraries and debugging symbols
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 unstripped shared libraries. it is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Most people will not need this package.
otf-trace
Open Trace Format support library - development files
OTF is a standard trace format used by several high-performance tools, using an ASCII encoding, which supports multiple streams. The libotf provides support for reading/writing them. This package contains programs to manipulate otf files.