M�ndag 17. mai 2004 19:31 skreiv Bill Kendrick:
> > I think languages listed on lang_use_utf8 are multibyte languages that
> > need their own fonts (non-latin-based languages.)
>
> Yeah, the logic should probably be changed a little, and made less
> ambiguous. SOrry, I was learning ;)

But what's the point of this line:

          if (want_utf8)
            text = TTF_RenderUTF8_Blended(font, substr, color);
          else
            text = TTF_RenderText_Blended(locale_font, substr, color);

This writes the text as UTF-8 or ISO-8859-1, depending on the value of 
want_utf8. But is TTF_RenderText_Blended ever used?

-- 
Karl Ove Hufthammer
_______________________________________________
Tuxpaint-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-dev

Reply via email to