dev-python/glyphsets: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-19 00:59:12 +01:00
parent 81f964b52e
commit f9e3e37884
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
If you are a font developer or typeface designer, see the subdirectory encodings/GF Glyph Sets which provides glyph set definition "standards" that are typically useful sets to draw.
On the other hand, the nam files on the encodings directory are probably more useful for expert web developers. Those files explain how the Unicode Range subsets are defined, typically per script (writing system), in the Google Fonts css API.
</longdescription>
<upstream>
<bugs-to>https://github.com/googlefonts/glyphsets/issues</bugs-to>
<remote-id type="github">googlefonts/glyphsets</remote-id>
<remote-id type="pypi">glyphsets</remote-id>
</upstream>
</pkgmetadata>