summaryrefslogtreecommitdiff
path: root/tex/context/base/font-col.mkvi
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-02-16 09:55:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-02-16 09:55:00 +0100
commitd727c799380434800e74e7f7c2c8b7dd264bf6c1 (patch)
tree0d3ad06b3c42a41acbdb578245660d293d292b0a /tex/context/base/font-col.mkvi
parenta35b193e7e4396d213bc1283f94ba41786fd87fe (diff)
downloadcontext-d727c799380434800e74e7f7c2c8b7dd264bf6c1.tar.gz
beta 2012.02.16 09:55
Diffstat (limited to 'tex/context/base/font-col.mkvi')
-rw-r--r--tex/context/base/font-col.mkvi6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/font-col.mkvi b/tex/context/base/font-col.mkvi
index d78c082e3..030e9aef7 100644
--- a/tex/context/base/font-col.mkvi
+++ b/tex/context/base/font-col.mkvi
@@ -77,15 +77,15 @@
\def\font_fallbacks_clone_unique#specification#scale% kind of dododefinefont
{\ctxcommand{fontcollectionreport("defining #specification (relative scale: #scale)")}% brrr
- \setfalse\font_auto_font_size
+ \setfalse\c_font_auto_size
\let\lastfontidentifier\s!dummy
\def\v_font_size_relative{#scale}%
\let\v_font_size_absolute\fontbody
\font_helpers_low_level_define{#specification}\v_font_identifier_basic
\csname\v_font_identifier_basic\endcsname
- \setfalse\font_auto_font_size} % no \setfontcharacteristics and \the\everyfontswitch needed
+ \setfalse\c_font_auto_size} % no \setfontcharacteristics and \the\everyfontswitch needed
-\def\font_fallbacks_clone_inherited#font% also a secod argument
+\def\font_fallbacks_clone_inherited#font% also a second argument
{\font_fallbacks_clone_unique{#font \savedfontspec}}
\def\font_fallbacks_register_main #name{\ctxcommand{fontcollectionregister("#name")}}