-
Notifications
You must be signed in to change notification settings - Fork 127
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
Font baselineline height is not cross platform #191
Comments
Thanks for fixing. What's the roadmap for this to be released? It turns out to be quite difficult to cherry pick this one and integrate it into the current vst3sdk without other kinds of things to break. |
This will be released with the next vstsdk update. |
@scheffle With the newly released vstsdk the font baselines of Linux and MacOS match up, but on Windows a font with a size of 92 is about 15px elevated relative to the other platforms. Can you reopen the issue, or should I make a new issue? With the old SDK Linux was the outlier, now Windows is. |
I confirm, there is definitely vertical text offset problems on Windows OS. I don't have Windows running at the moment, but I can describe situation as follows: |
@mxa - There's no change on the Windows side in the last versions. Please make a new entry with example screenshots. Thanks. |
OK, will do that next time I boot the windows box. |
Opened a new issue #207 |
The font baseline is offset on different platforms.
On MacOS the font sits significantly higher than on Linux. This becomes apparent at big fontsizes. Use a font with a size of 100 for testing. Size matches perfectly, also the horizontal positioning, just the vertical dimension of the baseline is off.
(Kerning is not pixel-perfect either, but that's sadly to be expected).
The text was updated successfully, but these errors were encountered: