[latex3-commits] [git/LaTeX3-latex3-luaotfload] master: ctan upload (9aa4868)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 3 17:26:50 CET 2020


Repository : https://github.com/latex3/luaotfload
On branch  : master
Link       : https://github.com/latex3/luaotfload/commit/9aa4868fe1e728d6509f093e1a46875e96b6fc4b

>---------------------------------------------------------------

commit 9aa4868fe1e728d6509f093e1a46875e96b6fc4b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 3 17:26:50 2020 +0100

    ctan upload


>---------------------------------------------------------------

9aa4868fe1e728d6509f093e1a46875e96b6fc4b
 ctan.ann                | 8 +++++---
 doc/luaotfload-main.tex | 9 ++++++++-
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/ctan.ann b/ctan.ann
index 529d310..c6e8f92 100644
--- a/ctan.ann
+++ b/ctan.ann
@@ -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
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 1bcc8c2..79d7411 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -2058,7 +2058,14 @@ are defined for which scripts.
   \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)}





More information about the latex3-commits mailing list.