diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-12 22:04:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-12 22:04:13 +0000 |
commit | a737da09d5024f98cc47c98db5805e1132a55f37 (patch) | |
tree | ab5404964bc7bd53e65237b3254d419a593c8036 /Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx | |
parent | 73c46da967e396166213cc768463e9414bb69694 (diff) |
fontspec (12feb19)
git-svn-id: svn://tug.org/texlive/trunk@50011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx index 7136249bdf3..0a37b692840 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx +++ b/Master/texmf-dist/source/latex/fontspec/fontspec-code-msg.dtx @@ -168,19 +168,24 @@ } \@@_msg_new:nnn {fontspec} {only-xetex-feature} { - Ignored XeTeX only feature: '#1'. + Ignored XeTeX-only feature: '#1'. } \@@_msg_new:nnn {fontspec} {only-luatex-feature} { - Ignored LuaTeX only feature: '#1'. + Ignored LuaTeX-only feature: '#1'. + } +\@@_msg_new:nnn {fontspec} {unknown-renderer} + { + Renderer '#1' unknown. Assuming Harfbuzz with 'shaper=#1'. + Please raise a fontspec issue to add this shaper to the interface. } \@@_msg_new:nnn {fontspec} {no-mapping} { - Input mapping not (yet?) supported in LuaTeX. + Input mapping not supported in LuaTeX. } \@@_msg_new:nnn {fontspec} {no-mapping-ligtex} { - Input mapping not (yet?) supported in LuaTeX.\\ + Input mapping not supported in LuaTeX.\\ Use "Ligatures=TeX" instead of "Mapping=tex-text". } \@@_msg_new:nnn {fontspec} {cm-default-obsolete} |