-
Notifications
You must be signed in to change notification settings - Fork 367
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
question: font rendering speed different between sarasa-gothic-ttf-0.8.2 and the latest 0.37.4 #305
Comments
Another question is: in the 0.8.2 release, there are two files named |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
I think this is not stale, the issue just not get comment for about 15 days. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
I think this is not stale, the issue just not get comment for about several days. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
I think this is not stale, the issue just not get comment for about several days. |
I think one difference is that the newer versions use a more complex embedded instructions to reduce the size. As a result, it may take more time for glyphs' first rendering. Resolve as by design. |
Hi, be5invis, thanks for the explanation. |
Hi, I just test several versions of the sarasa-gothic-ttf font release under Code::Blocks IDE under Win7 64bit, which renders the font in normal GDI mode.
The
sarasa-gothic-ttf-0.8.2
version(released in year 2019), such as: sarasa-mono-sc-regular.ttf, the editor renders very fastThe latest release
sarasa-gothic-ttf-0.37.4
with hinting version, the editor renders very slow, I can see the whole page get updated when I scroll the page. Though the un-hinted version renders fast, but the font shows badly because some lines of the font may be too trick.I choose another version such as:
sarasa-gothic-ttf-0.16.5
(released around year 2021), it also renders very slow.My question is:
What is the different between those release? I don't see much change logs of each release, but only a git tag about the version number.
The size of the font is also different, for example, the
0.8.2
version ofsarasa-mono-sc-regular
is about 34M, while the latest0.37.4
release this same file is about 23M, so why thettf
size is smaller, but the render time get longer?Thanks.
The text was updated successfully, but these errors were encountered: