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

Font size increases too much between size 10 & 11 on Windows #31

Closed
SimWhite opened this issue Jul 12, 2016 · 4 comments
Closed

Font size increases too much between size 10 & 11 on Windows #31

SimWhite opened this issue Jul 12, 2016 · 4 comments

Comments

@SimWhite
Copy link

I'm really sorry but there is no any differences on latest update about #18 issue.

@fabrizioschiavi
Copy link
Owner

I verified with more attention at this case and I found the source of the problem.

A preamble:
10 pt PC = 13.33 pt Mac
11 pt PC = 14.67 pt Mac
14 pt Mac = 10.5 pt PC

After the scaling of all the glyphs, unfortunately the heights fallen in a alignment point that does not allow it to be changed without altering the real one

To increase the height of 10pt I must add 1 pixel to the top of the glyphs at 13pt Mac
Please see by yourself if is possible seeing the following screenshot
13mac
We are already above the line-height of the grid

I suggest you to set up PragmataPro using 10.5 to obtain the right scaling effect and to taking advantage of the perfect hinting of 14 pt Mac

@rnetonet
Copy link

Fabrizio,

This has a big impact for Windows users.

In some softwares for Windows the only possible font sizes are multiples of two (10, 12, 14). Others applications use integers (10, 11, 12, 13), so you can´t simply set 10.5. When the user sets Pragmata for these sizes the hinting is severely compromissed.

Maybe an alternative fix could be thought ?

Thanks for your work. Peace!

@rnetonet
Copy link

rnetonet commented Dec 29, 2016

@fabrizioschiavi

First, Happy new year! Wish a great 2017 for you, professionally and personally.

I love PragmataPro but this bug is really annoying for Windows users.

Check the screenshots attached.

Most of Windows software does not accept floats font sizes.

Previous versions of PragmataPro rendered great at sizes like 12px and 13px.

There is some change we can make to fit the perfect hinting to the integer sizes in Windows ? Increase line height or something like that. For me, it’s a reasonable tradeoff, as hinting plays a major importance for me.

Cheers!

pragmatapro_0821
pragmatapro_0824

@fabrizioschiavi
Copy link
Owner

Fixed since v_0.825. Thank you!

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

3 participants