Is there anyway to render Chinese fonts without using bitmaps for IOS? If so, any links or help? Thanks in advance!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, loading the characters into textures or a texture atlas is the only way to do this. This is how I do text regardless of the font (unicode, ascii, Chinese, English, all the same).
Check out NeHe, my bible after the Red Book.
http://nehe.gamedev.net/tutorial/2d_texture_font/18002/