On Sat, Jul 16, 2011 at 2:18 PM, Joseph Marlin <[email protected]>wrote:
> Please see the attached file for an example of my problem. Note that it is > not a problem when using a font like Arial. I'm using this font in the > image: http://www.dafont.com/font-comment.php?file=planet_space > > I guess what I'm asking is, is this an issue with Cocos or with the font, > and either way, what might I do to resolve the issue. > > Thanks! > Cocos gets font functionality from pyglet, and I don't remember an artifact issue there. It is not uncommon that a font downloaded from the internet don't renders properly in one or another backend, especially with old fonts (in your case a 1998 font) Sometimes loading the font with a font editor you can spot problematic glyphs and correct them, but usually is easier to replace with another font. -- claudio PD: for files sized above 20KB aprox, it is better if you upload somewhere (paste bins, bitbucket, ... ) and post the link, instead of attaching the file. --- -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
