summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-09-17 16:03:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-09-17 16:03:00 +0200
commitdff826c2db3ce210786c0b99ff39bac799d8450c (patch)
tree3b9e1c59bc8ab6ade0d3d4d9559cc73afe7e5f42 /tex/context/base/font-otx.lua
parent8bb96fc291784d7d2a3264e9ff111ffb700ac7d4 (diff)
downloadcontext-dff826c2db3ce210786c0b99ff39bac799d8450c.tar.gz
beta 2013.09.17 16:03
Diffstat (limited to 'tex/context/base/font-otx.lua')
-rw-r--r--tex/context/base/font-otx.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/tex/context/base/font-otx.lua b/tex/context/base/font-otx.lua
index e3f680c22..f39045223 100644
--- a/tex/context/base/font-otx.lua
+++ b/tex/context/base/font-otx.lua
@@ -80,6 +80,12 @@ local features = {
fina = s_fina,
isol = s_isol,
-- mark = s_mark,
+ -- rest = s_rest,
+ rphf = s_rphf,
+ half = s_half,
+ pref = s_pref,
+ blwf = s_blwf,
+ pstf = s_pstf,
}
analyzers.states = states
@@ -185,7 +191,7 @@ end
registerotffeature {
name = "analyze",
- description = "analysis of (for instance) character classes",
+ description = "analysis of character classes",
default = true,
initializers = {
node = analyzeinitializer,