summaryrefslogtreecommitdiff
path: root/dev-python/fontFeatures/metadata.xml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/fontFeatures/metadata.xml
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-python/fontFeatures/metadata.xml')
-rw-r--r--dev-python/fontFeatures/metadata.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/fontFeatures/metadata.xml b/dev-python/fontFeatures/metadata.xml
new file mode 100644
index 000000000000..17f0c7151b08
--- /dev/null
+++ b/dev-python/fontFeatures/metadata.xml
@@ -0,0 +1,35 @@
+<?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>
+ <upstream>
+ <bugs-to>https://github.com/simoncozens/fontFeatures/issues</bugs-to>
+ <remote-id type="github">simoncozens/fontFeatures</remote-id>
+ <remote-id type="pypi">fontFeatures</remote-id>
+ </upstream>
+ <longdescription lang="en">
+fontFeatures library
+The purpose of this library is to provide a middle ground for representing features in a machine-manipulable format, kind of like the abstract syntax tree of a computer programmer. This is so that:
+
+ features can be represented in a structured human-readable and machine-readable way, analogous to the XML files of the Unified Font Object format.
+ features can be more directly authored by programs (such as font editors), rather than them having to output AFDKO feature file format.
+ features can be easily manipulated by programs - for example, features from two files merged together, or lookups moved between languages.
+
+Components
+
+fontFeatures consists of the following components:
+
+ fontFeatures itself, which is an abstract representation of the different layout operations inside a font.
+ fontFeatures.feaLib (included as a mixin) which translates between Adobe feature syntax and fontFeatures representation.
+ fontFeatures.ttLib, which translates between OpenType binary fonts and fontFeatures representation. (Currently only OTF -> fontFeatures is partially implemented; there is no fontFeatures -> OTF compiler yet.)
+ fontFeatures.fontDameLib which translate FontDame text files into fontFeatures objects.
+
+And the following utilities:
+
+ otf2fea: translates an OTF file into Adobe features syntax.
+ txt2fea: translates a FontDame txt file into Adobe features syntax.
+ </longdescription>
+</pkgmetadata>