Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

side effect of the combo lookup #414

Closed
u-fischer opened this issue May 25, 2017 · 1 comment
Closed

side effect of the combo lookup #414

u-fischer opened this issue May 25, 2017 · 1 comment

Comments

@u-fischer
Copy link

Playing around I found a sideeffect of a combo-font on the following text (compiled in texlive 2017). The width of some chars are wrong, wenn the combo font is used. The effect disappears if lmroman is used once before the combo font (either as \normalfont or through the command \one).

\documentclass[]{article}

\font \one = {file:lmroman10-regular.otf:mode=node} at 10pt 
\font \two = {file:lmsans10-regular.otf:mode=node}  at 15pt 
\font \onetwo = "combo: 1 -> \fontid \one            ;
                        2 -> \fontid \two , 0x41-0x5A; 
                        "

\begin{document}
%Some Text with Capital Words
%{\one a}
{\onetwo Some Text with Capital Words}

Some Text with Capital Words

\end{document}

combosideeffect

@u-fischer
Copy link
Author

No longer reproducible in texlive 2018/luaotfload 2.91. So I'm closing the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant