1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libotf
Section: libs
Priority: optional
Maintainer: Harshula Jayasuriya <harshula@debian.org>
Build-Depends: debhelper-compat (= 13), libtool, pkg-config, libfreetype-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev
Standards-Version: 4.6.2
Homepage: https://www.nongnu.org/m17n/
Vcs-Browser: https://salsa.debian.org/debian/libotf
Vcs-Git: https://salsa.debian.org/debian/libotf.git
Package: libotf1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for handling OpenType Font - runtime
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 runtime part of libotf.
Package: libotf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libotf1 (= ${binary:Version}), pkg-config
Description: 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.
Package: libotf-bin
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: otf-trace
Description: 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.
|