Skip to content
Snippets Groups Projects
Commit 86f5381c authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Fixed some typos on manual (thanks to Josef Friedrich).

parent ed2c5f42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment