Hi there,
I have a nice font file (Stone Hinge) that I'm using on a CCLabel to show the user names.
Unfortunately, I've noticed that if user inputs some missing glyph (like chinese, russian, etc) the CCLabel doesn't shows the character. If I use one of the default fonts (like Marker Felt) the system uses the glyph from another font automagically.
Anyone knows if there's a way to configure CCLabel to use a default font if the font file hasn't a glyph?
I'm thinking in add all missing glyphs inside the font file, but I don't know (1) a tool who can easy the proccess (2) how big the file will be after the inclusions
Currently I'm changing it for a default system, but if I discover how to use the original font I'll be very happy.