Working base r108
Each call of texture_font_get_glyph with char code -1 will create a new glyph.
Because the check of loaded glyphs :
if( (glyph->charcode == charcode) &&
(glyph->outline_type == self->outline_type) &&
(glyph->outline_thickness == self->outline_thickness) )
compare not only charcode but outline_type and outline_thickness. But the
creation of the glyph of char code -1 dose not initialize outline_type and
outline_thickness.
Original issue reported on code.google.com by wangyong...@gmail.com on 29 Jan 2012 at 4:13
Original issue reported on code.google.com by
wangyong...@gmail.com
on 29 Jan 2012 at 4:13