summaryrefslogtreecommitdiff
path: root/systems/doc/luatex/luatex-fonts.tex
diff options
context:
space:
mode:
Diffstat (limited to 'systems/doc/luatex/luatex-fonts.tex')
-rw-r--r--systems/doc/luatex/luatex-fonts.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/doc/luatex/luatex-fonts.tex b/systems/doc/luatex/luatex-fonts.tex
index 136d20dd3b..294b1281ff 100644
--- a/systems/doc/luatex/luatex-fonts.tex
+++ b/systems/doc/luatex/luatex-fonts.tex
@@ -728,10 +728,10 @@ font.setfont(<number> n, <table> f)
Note that at the moment, each access to the \type {font.fonts} or call to \type
{font.getfont} creates a \LUA\ table for the whole font unless you cached it.
-If you want a copy of the internal data you can use \type {font.copyfont}:
+If you want a copy of the internal data you can use \type {font.getcopy}:
\startfunctioncall
-<table> f = font.copyfont(<number> n)
+<table> f = font.getcopy(<number> n)
\stopfunctioncall
This one will return a table of the parameters as known to \TEX. These can be
@@ -788,7 +788,7 @@ Within reasonable bounds you can extend a font after it has been defined. Becaus
some properties are best left unchanged this is limited to adding characters.
\startfunctioncall
-font.addcharacters(<number n>, <table> f)
+font.addcharacters(<number> n, <table> f)
\stopfunctioncall
The table passed can have the fields \type {characters} which is a (sub)table