New to Typophile? Accounts are free, and easy to set up.
Create an account
Typophile RSS | More Feeds
Hi
Using Python I want to give a glyph a Unicode value of zero as in the '.null' glyph, however if I do:
NewGlyph.unicode = 0
the Unicode value disaperes to ---
How can I apply the Unicode value zero to a glyph using Python?
thanks
Have you checked to see if there is already a glyph with that code? When FontLab refuses to accept a code, that's usually the reason.
1 Dec 2009 — 7:27am
Have you checked to see if there is already a glyph with that code? When FontLab refuses to accept a code, that's usually the reason.