summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-14 21:00:26 +0300
committerMarius <mariausol@gmail.com>2013-05-14 21:00:26 +0300
commitcdb4e4f3d46c113269b9cdadb2162a57c6c224ca (patch)
tree8a2f70dc2315a31c57e9d6b24d146297e686f00d /tex/context/fonts
parent86bd4f60148236a4713cb3654cbfa0fceed727ff (diff)
downloadcontext-cdb4e4f3d46c113269b9cdadb2162a57c6c224ca.tar.gz
beta 2013.05.14 19:42
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/treatments.lfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/tex/context/fonts/treatments.lfg b/tex/context/fonts/treatments.lfg
new file mode 100644
index 000000000..22706d6e9
--- /dev/null
+++ b/tex/context/fonts/treatments.lfg
@@ -0,0 +1,30 @@
+-- There can be multiple treatments.lfg files in the tree and all are loaded in
+-- the order specified by tree order access. The first treatment of a file
+-- always wins, so one can overload. These files are not (to be) loaded with
+-- font definitions. (Experiment as part of writing the font manual.)
+
+return {
+ name = "treatments",
+ version = "1.00",
+ comment = "Goodies that deals with some general issues.",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ treatments = {
+ -- we need to complete this list in order to be able to warn
+ -- users not to include these files unless permitted
+ ["adobeheitistd-regular.otf"] = {
+ ignored = false,
+ -- included = false, -- not yet
+ comment = "this font is part of acrobat",
+ },
+ -- just an experiment .. normally no big deal but I ran into
+ -- such case
+ ["crap.ttf"] = {
+ ignored = true,
+ comment = "a text file with suffix ttf", -- used in test file
+ },
+ ["latinmodern-math.otf"] = {
+ comment = "experimental",
+ }
+ },
+}