mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
29 lines
954 B
XML
29 lines
954 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
vttLib
|
|
|
|
A library to
|
|
|
|
Extract VTT hinting data from a OpenType font prepared with Microsoft Visual TrueType (VTT) and store it in a FontTools TTX dump
|
|
Merge it back from a TTX dump into an OpenType font and
|
|
Compile the data inside to font to ship it (turn TSI* tables into fpgm, etc.).
|
|
|
|
The primary use case is version control of hinting data of fonts.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">daltonmaag/vttLib</remote-id>
|
|
<remote-id type="pypi">vttlib</remote-id>
|
|
<maintainer>
|
|
<name>Dalton Maag Ltd</name>
|
|
<email>info@daltonmaag.com</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|