[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Merge pull request #102 from latex3/harfnode-dev (e41d1b1)

GitHub noreply at github.com
Tue Oct 29 01:19:21 CET 2019


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/e41d1b1613d15e73e0be9efa57d41d98cf610267

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

commit e41d1b1613d15e73e0be9efa57d41d98cf610267
Merge: b754a03 8ffa467
Author: Marcel Krüger <tex at 2krueger.de>
Date:   Tue Oct 29 01:19:21 2019 +0100

    Merge pull request #102 from latex3/harfnode-dev
    
    HarfBuzz


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

e41d1b1613d15e73e0be9efa57d41d98cf610267
 build.lua                                          |   28 +-
 config-harf.lua                                    |    6 +
 config-harftex.lua                                 |    2 -
 doc/CTANREADME.md                                  |    4 +-
 doc/luaotfload-main.tex                            |    2 +-
 doc/luaotfload-tool.rst                            |    4 +-
 doc/luaotfload.conf.rst                            |    4 +-
 scripts/mkstatus                                   |    2 +-
 src/auto/luaotfload-glyphlist.lua                  |    4 +-
 src/luaotfload-auxiliary.lua                       |  125 +-
 src/luaotfload-colors.lua                          |    5 +-
 src/luaotfload-configuration.lua                   |    4 +-
 src/luaotfload-database.lua                        |    4 +-
 src/luaotfload-diagnostics.lua                     |    4 +-
 src/luaotfload-embolden.lua                        |    4 +-
 src/luaotfload-features.lua                        |    4 +-
 src/luaotfload-filelist.lua                        |    4 +-
 src/luaotfload-harf-define.lua                     |  382 +
 src/luaotfload-harf-plug.lua                       |  979 +++
 src/luaotfload-init.lua                            |    4 +-
 src/luaotfload-letterspace.lua                     |    4 +-
 src/luaotfload-loaders.lua                         |   17 +-
 src/luaotfload-log.lua                             |    4 +-
 src/luaotfload-main.lua                            |   11 +-
 src/luaotfload-multiscript.lua                     |    4 +-
 src/luaotfload-notdef.lua                          |    4 +-
 src/luaotfload-parsers.lua                         |    4 +-
 src/luaotfload-resolvers.lua                       |    4 +-
 src/luaotfload-tool.lua                            |    4 +-
 src/luaotfload-unicode.lua                         |    4 +-
 src/luaotfload.sty                                 |    2 +-
 support-harf/init.lua                              |   12 +
 support-harf/texmf.cnf                             |    1 +
 support/texmf.cnf                                  |    1 +
 .../fonts/opentype}/LuaotfloadDummyFont.otf        |  Bin
 .../fonts/opentype/URWGothicL-Book.subset.otf      |  Bin 0 -> 2936 bytes
 supporttexmf/fonts/truetype/ArefRuqaa-Bold.ttf     |  Bin 0 -> 160680 bytes
 supporttexmf/fonts/truetype/ArefRuqaa-Regular.ttf  |  Bin 0 -> 133788 bytes
 .../fonts/truetype/AwamiNastaliq-Regular.ttf       |  Bin 0 -> 442188 bytes
 supporttexmf/fonts/truetype/BungeeColor1.ttf       |  Bin 0 -> 75356 bytes
 .../truetype/Free-HK-Kai_4700-v1.02.subset.ttf     |  Bin 0 -> 3656 bytes
 supporttexmf/fonts/truetype/NotoColorEmoji.ttf     |  Bin 0 -> 7792004 bytes
 .../fonts/truetype/NotoNastaliqUrdu-Regular.ttf    |  Bin 0 -> 457312 bytes
 .../fonts/truetype/NotoSerifCJK-Regular.ttc        |  Bin 0 -> 24810096 bytes
 .../fonts/truetype/amiri-quran-colored.ttf         |  Bin 0 -> 239992 bytes
 .../fonts/truetype/emojione-mac.subset.ttf         |  Bin 0 -> 175072 bytes
 .../tex/latex/testluaotfloadtexmfinput.tex         |    1 +
 testfiles-harf/arabic.lvt                          |  103 +
 testfiles-harf/arabic.tlg                          | 8802 ++++++++++++++++++++
 testfiles-harf/color.lvt                           |   29 +
 testfiles-harf/color.tlg                           |   87 +
 testfiles-harf/colored.pvt                         |   26 +
 testfiles-harf/colored.tpf                         | 2582 ++++++
 testfiles-harf/discretionaries.lvt                 |   76 +
 testfiles-harf/discretionaries.tlg                 |  812 ++
 testfiles-harf/math.lvt                            |   28 +
 testfiles-harf/math.tlg                            |  171 +
 testfiles-harf/pngemoji.pvt                        |   13 +
 testfiles-harf/pngemoji.tpf                        |  262 +
 testfiles-harf/scripts.lvt                         |   41 +
 testfiles-harf/scripts.tlg                         |  248 +
 testfiles-harf/story.lvt                           |   48 +
 testfiles-harf/story.tlg                           |  780 ++
 testfiles-luahbtex/harf0.tex                       |    9 -
 testfiles-luahbtex/harf1.tex                       |   40 -
 testfiles/aaaaa-luakern.tlg                        |    2 +-
 testfiles/add-uppercase-feature.tlg                |    1 -
 testfiles/issue47-mac-only-font-family.tlg         |    6 +-
 testfiles/mac-only-font-family.tlg                 |   12 +-
 testfiles/testtexmf.lvt                            |    8 +
 testfiles/testtexmf.tlg                            |    8 +
 texlive.sh                                         |   10 +-
 72 files changed, 15697 insertions(+), 159 deletions(-)





More information about the latex3-commits mailing list