Skip to content

Commit

Permalink
ctan upload
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 3, 2020
1 parent dc63d42 commit 9aa4868
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 5 additions & 3 deletions ctan.ann
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Changed the handling of the script key in harf mode to be more compatible with behaviour of the node mode.
It now expects the name of a script that is actually in the font instead of a ISO 15924 script tag. See issue 117.
- Corrected a number of small typos and bugs in harf mode.
* new experimental feature multiscript to automatically switch fonts based on the script
* new experimental feature fallback to fill in missing glyphs
* experimental extension of the color feature to color output glyphs
* sync with context files of 2020-01-26
* small bug corrections
9 changes: 8 additions & 1 deletion doc/luaotfload-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,14 @@
\beginaltitem {aux.slot_of_name(id : int, name : string)}
Translates a name for a glyph in font \luaident{id} to the
corresponding glyph slot which can be used e.g.\ as an argument to
\inlinecode{\char}.
\inlinecode{\char}. The number is assigned by the \identifier{luaotfload} code
and not related to the glyph index (GID) of the font as stored in the \identifier{[index]} field
of the lua-file.
\endaltitem

\beginaltitem {aux.gid_of_name(id : int, name : string)}
Translates\marginpar{New version 3.12} a name for a glyph in font \luaident{id} to the
corresponding glyph index (GID) as stored in the \identifier{[index]} field.
\endaltitem

\beginaltitem {aux.name_of_slot(id : int, slot : int)}
Expand Down

0 comments on commit 9aa4868

Please sign in to comment.