Search found 5 matches

by vimrc
Wed Oct 28, 2009 3:06 pm
Forum: General Discussion
Topic: Is it possible to add TTF font support in the scumm engine?
Replies: 11
Views: 6934

Sure thing. Thank you for your reminding.
by vimrc
Tue Oct 27, 2009 7:40 pm
Forum: General Discussion
Topic: Is it possible to add TTF font support in the scumm engine?
Replies: 11
Views: 6934

Errrrr.. It looks like quite promising according to the Japanese the dig. I will check the relevant code, thank you all indeed. You really trigger a new idea for us. :)
by vimrc
Tue Oct 27, 2009 10:13 am
Forum: General Discussion
Topic: Is it possible to add TTF font support in the scumm engine?
Replies: 11
Views: 6934

We are from ChinaAVG forum (www.chinaavg.com). With the help of the forum's moderator Shane007, we are translating the retro games such as FT, Indy series, Broken sword 1/2 etc, and publish the language patches free. Here are an successful font patch in FT: FT: http://bossninja.googlepages.com/Snap1...
by vimrc
Mon Oct 26, 2009 6:09 pm
Forum: General Discussion
Topic: Is it possible to add TTF font support in the scumm engine?
Replies: 11
Views: 6934

I will check my code again. Sometimes it's a little difficult to zoom in/out the fonts into a proper size. Moreover, for several Asian characters, we have to adjust the font render code for each engine even for each game, it's quite painful. :( Anyway, I will try to move on and will post my problem ...
by vimrc
Sun Oct 25, 2009 8:40 pm
Forum: General Discussion
Topic: Is it possible to add TTF font support in the scumm engine?
Replies: 11
Views: 6934

Is it possible to add TTF font support in the scumm engine?

Hi, everyone, I have a problem about the font render. Currently I got the subtitle file using debug function in scummvm, so I want to draw the TTF font with SDL_ttf() to the graphic surface directly, but I failed every time. my problem is if it's possible to add the ttf_font support to the scumm eng...