-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
GF preparation #7
Comments
|
I'll check out the Japanese and see how it looks. But figure I might as well onboard it since I'm here! :) Meanwhile, I got the build process up and running using a shell script versus the bat file, and added some GF-specific bits. It seemed easier to take the existing OTF that are generated out of your build system, convert them to TTFs, and then modify the binaries. So there's no change to your existing build system whatsoever, and this just layers on some modification overtop. All in all, the changelist seemed pretty small:
And separately, I updated the vertical metrics based on the new CJK guidance and merged in the BASE table. See what you think. |
Thank you for the recommendations. For BASE tag i believed that it should be fully defined in this case as this is a rectangular font instead of a square font. I'm thinking of using this BASE table in features.fea:
This will match the design values I had used during the design phase (documented in https://github.com/NightFurySL2001/WD-XL-font/blob/main/documentation/TECHNICAL.md). I think the CID names are fine since those are technically problems with I just found a problem with the proposed vertical metrics. The new metrics will break the |
The more complete BASE table sounds good to account for the design! You can either add it directly into the feature file, or as a post-production step.
Yup! Sounds good.
Hmmmm. I think that in this case, the vertical metrics will need to be modified as a post-production step on the binary. Like you said, it is unreasonable to modify everything to account for |
Btw, closing the loop on the space naming item. It appears that that check was depreciated recently so it’s all good. |
Hello! I'm going to start preparing this font to be onboarded to Google Fonts (thank you for your patience—only took 3 years!).
Some questions:
In your initial issue submission you mention that the JPS / JPN versions require further testing. Can you give a perspective on the status of those parts of the project? I figure if we're making the effort to do onboarding of the SC/TC families, it might be worth doing the full set.
I would like to be able to run the build script on non-Windows systems. I think I can re-implement the build_mergefile.bat as a shell script, if that's alright?
Are you open to considering the newer vertical metrics that we discussed or would you prefer to leave your metrics as is?
If I find issues in the fonts that need to be addressed, do you want me to post a list here, or attempt to fix them myself and submit a PR? What is your preference?
Thanks!
The text was updated successfully, but these errors were encountered: