luaotfload icon indicating copy to clipboard operation
luaotfload copied to clipboard

Letterspacing with dviluatex

Open schlcht opened this issue 2 years ago • 0 comments

Running dvilualatex test && dvipdfmx test on this file:

\documentclass{article}
\showoutput
\begin{document}
\font\x=lmroman10-regular:kernfactor=0.2;
\x HHHH AVAV Twomatoy HH\kern1spHH
\end{document}

yields letterspacing only between glyphs that have (implicit or explicit) kerning.

PS. The log output gets both the fonts and the glyphs wrong; eg. this:

....\FONT18 >

should be

....\x H

[EDIT: Deleted my first PS, since that issue is already fixed in dev. (853c373)]

schlcht avatar Nov 14 '22 23:11 schlcht