summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/demo.lfg29
-rw-r--r--tex/context/fonts/husayni.lfg6
2 files changed, 4 insertions, 31 deletions
diff --git a/tex/context/fonts/demo.lfg b/tex/context/fonts/demo.lfg
index 06c59e644..00ca3ee6e 100644
--- a/tex/context/fonts/demo.lfg
+++ b/tex/context/fonts/demo.lfg
@@ -30,36 +30,11 @@ return {
comment = "An example of goodies.",
author = "Hans Hagen",
featuresets = {
- simple = {
- mode = "node",
- script = "latn"
- },
default = {
- mode = "node",
- script = "latn",
- kern = "yes",
- },
- ligatures = {
- mode = "node",
- script = "latn",
- kern = "yes",
- liga = "yes",
+ default,
},
smallcaps = {
- mode = "node",
- script = "latn",
- kern = "yes",
- smcp = "yes",
- },
- },
- solutions = { -- here we have references to featuresets, so we use strings!
- experimental = {
- less = {
- "ligatures", "simple",
- },
- more = {
- "smallcaps",
- },
+ default, smallcaps,
},
},
colorschemes = {
diff --git a/tex/context/fonts/husayni.lfg b/tex/context/fonts/husayni.lfg
index 2f45add21..ff456f63c 100644
--- a/tex/context/fonts/husayni.lfg
+++ b/tex/context/fonts/husayni.lfg
@@ -17,7 +17,6 @@ local regular = {
ss01 = yes, ss03 = yes, ss07 = yes, ss10 = yes, ss12 = yes, ss15 = yes, ss16 = yes,
ss19 = yes, ss24 = yes, ss25 = yes, ss26 = yes, ss27 = yes, ss31 = yes, ss34 = yes,
ss35 = yes, ss36 = yes, ss37 = yes, ss38 = yes, ss41 = yes, ss42 = yes, ss43 = yes,
- ss55 = yes,
js16 = yes,
}
@@ -32,7 +31,6 @@ local minimal_stretching = {
local medium_stretching = {
js12=yes, js05=yes,
}
-
local maximal_stretching= {
js13 = yes, js05 = yes, js09 = yes,
}
@@ -45,7 +43,7 @@ local shrink = {
flts = yes, js17 = yes, ss05 = yes, ss11 = yes, ss06 = yes, ss09 = yes,
}
-local default = { -- we need to merge the typescript definition in here
+local default = {
basics, analysis, regular, positioning, -- xxxx = yes, yyyy = 2,
}
@@ -77,7 +75,7 @@ return {
solutions = { -- here we have references to featuresets, so we use strings!
experimental = {
less = {
- "shrink", -- we need an extra one
+ "shrink"
},
more = {
"minimal_stretching", "medium_stretching", "maximal_stretching", "wide_all"