예제 #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));
 }