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
|
Source: php-font-lib
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: William Desportes <williamdes@wdes.fr>
Build-Depends: debhelper-compat (= 13),
dh-sequence-phpcomposer,
fonts-noto,
phpab,
phpunit <!nocheck>,
pkg-php-tools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/dompdf/php-font-lib
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-font-lib
Vcs-Git: https://salsa.debian.org/php-team/pear/php-font-lib.git -b debian/latest
Package: php-font-lib
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: read, parse, export and make subsets of different fonts
${phpcomposer:description}
.
This library can be used to:
* Read TrueType, OpenType (with TrueType glyphs), WOFF font files
* Extract basic info (name, style, etc.)
* Extract advanced info (horizontal metrics, glyph names, glyph
shapes, etc.)
* Make an Adobe Font Metrics (AFM) file from a font
|