Files
guru/dev-python/vttlib/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

25 lines
868 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>
</upstream>
</pkgmetadata>