> "宋体" is one Chinese font, i guess it might be too late to set font in the > initialize method, but i can not figure out how to do this. Any suggestions?
Yes, initialize() is too late. You need to set it in Application#startup().
> "宋体" is one Chinese font, i guess it might be too late to set font in the > initialize method, but i can not figure out how to do this. Any suggestions?
Yes, initialize() is too late. You need to set it in Application#startup().