blob: 16ae968b59b57ac37a6840b8b631bf17ee616eaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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>
|