Closed u-fischer closed 2 years ago
Using the HyphenChar option in a current texlive fontspec 2019/03/15 v2.7c triggers a lot of warnings.
HyphenChar
\documentclass{book} \usepackage{fontspec} \setmainfont{TeX Gyre Heros}[HyphenChar=A] \textwidth=2mm \begin{document} xxx hyphenation \end{document}
Compiling the above adds 9 warnings in the log that the feature is ignored. The option in itself works as expected.
Package fontspec Warning: Ignored XeTeX-only feature: 'HyphenChar'.
Closing as there is no error. With xelatex everything is fine and lualatex one gets the correct warnings (as hyphenchar doesn't work yet, which one could implement but the request should be done in a new issue.
Description
Using the
HyphenChar
option in a current texlive fontspec 2019/03/15 v2.7c triggers a lot of warnings.Check/indicate
Minimal example demonstrating the issue
Further details
Compiling the above adds 9 warnings in the log that the feature is ignored. The option in itself works as expected.