Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderer=Basic breaks font processing with LuaTeX #172

Open
michaelcadilhac opened this issue Nov 27, 2022 · 1 comment
Open

Renderer=Basic breaks font processing with LuaTeX #172

michaelcadilhac opened this issue Nov 27, 2022 · 1 comment

Comments

@michaelcadilhac
Copy link

As reported in:

The font loading features should use Renderer=Harfbuzz here:

\setmainfont[Renderer=Basic, Numbers=OldStyle, Scale = 1.0]{TeX Gyre Pagella}
\setsansfont[Renderer=Basic, Scale=0.90]{TeX Gyre Heros}
\setmonofont[Renderer=Basic]{TeX Gyre Cursor}

@u-fischer
Copy link

u-fischer commented Nov 29, 2022

The font loading features should use Renderer=Harfbuzz here:

I wouldn't force Harfbuzz. For latin scripts node mode is fine. See e.g. the comment here latex3/luaotfload#175 (comment). So simply remove the Renderer option.

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

No branches or pull requests

2 participants