summaryrefslogtreecommitdiff
path: root/x11-fonts/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 16:36:19 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 17:04:01 +0800
commit5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a (patch)
tree5faf2212882814d25d7c870a0d6dec8061ef4910 /x11-fonts/Makefile
parenttextproc/py-youseedee: Add py-youseedee 0.3.0 (diff)
x11-fonts/py-fontfeatures: Add py-fontfeatures 1.7.3
OpenType fonts are "programmed" using features, which are normally authored in Adobe's feature file format. This like source code to a computer program: it's a user-friendly, but computer-unfriendly, way to represent the features. Inside a font, the features are compiled in an efficient internal format. This is like the binary of a computer program: computers can use it, but they can't do else anything with it, and people can't read it. 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.
Diffstat (limited to '')
-rw-r--r--x11-fonts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 893180e9158b..ef74a971bd21 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -235,6 +235,7 @@
SUBDIR += py-cu2qu
SUBDIR += py-defcon
SUBDIR += py-fontMath
+ SUBDIR += py-fontfeatures
SUBDIR += py-fontmake
SUBDIR += py-gflanguages
SUBDIR += py-glyphsLib