Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualHodgman

Posted 01 May 2012 - 01:50 AM

So I need to have a list of the glyphs for each language I am adding support for

Usually you generate this list by iterating through all of your translated documents, and collecting each unique glyph that appears. This way you only build bitmaps for the glyphs actually used, instead of all how-every-many-thousand of them.

#1Hodgman

Posted 01 May 2012 - 01:50 AM

So I need to have a list of the glyphs for each language I am adding support for

Usually you generate this list by iterating through all of your translated documents, and collecting each unique glyph that appears.

PARTNERS