Author Topic: About localization of font  (Read 4380 times)

hisashipong

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 12
    • View Profile
About localization of font
« on: September 25, 2012, 08:55:06 PM »
i want to know what method to do localization , something like Chinese , Japanese , Korean , there are big batch of words.

Is it need to generate a font texture for the words which i need only?
or have any suggestion about this case?
If generate a font texture for the words which i need , does it have any good programme suggest to use?

thank you so much~


xiewenqi.cs@gmail.com

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 12
    • View Profile
Re: About localization of font
« Reply #1 on: September 25, 2012, 09:24:06 PM »
yes, you need to generate a font texture including words you need. you can use BmpFont to do this.

hisashipong

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 12
    • View Profile
Re: About localization of font
« Reply #2 on: September 26, 2012, 08:45:00 AM »
BmpFont <- this is programe name?

And is it need to choose the words which i need by myself? Any good suggestion for the filter the non-use words ?  thx

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: About localization of font
« Reply #3 on: September 26, 2012, 10:17:06 AM »
It's BMFont.