-
Notifications
You must be signed in to change notification settings - Fork 8
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 about the size of ttf file generated #1
Comments
busy with my work during this time.i'm really sorry replying so late. i'm not quite sure about why this happened.maybe the fontforge or something else? hope you can resolve this and let me know about its reason. |
Thanks for your response. Pitifully I still haven't got any clue yet. |
Based on similar practice below: http://typophile.com/node/108057 |
The same character's output from sfnttool is 9kb, much larger than fonttools. |
i still think it was caused by some generating engine's options. |
I agree. Pitifully i haven't figured out which option, or what the
|
Dear developer,
first thanks a lot for your work! I've been using it to create customized ttf in my ttf->woff tool for Chinese fonts. In one experiment, I want to create some micro ttf with 1 Chinese charactor. The original font is: 文鼎中楷簡(http://www.arphic.com/tw/download/gkai00mp.zip). First I create a ttf that only contains one charactor "文", and the file size turns out to be 53KB. After that, I create a ttf that has six charactors "文鼎开放字体", and the file size is 55KB. I wonder if you have some clue about why it's not proportional with the number of charactors?
Thanks a lot!
The text was updated successfully, but these errors were encountered: