示例#1
0
 public static LFont GetFont(int size)
 {
     return(LFont.GetFont(LSystem.FONT_NAME, 0, size));
 }
示例#2
0
文件: LFont.cs 项目: zx8326123/LGame
 public static LFont GetTrueFont()
 {
     return(LFont.GetFont(LSystem.FONT_NAME, 0, realsize));
 }