Exemplo n.º 1
0
 public static LFont GetFont(int size)
 {
     return(LFont.GetFont(LSystem.FONT_NAME, 0, size));
 }
Exemplo n.º 2
0
 public static LFont GetTrueFont()
 {
     return(LFont.GetFont(LSystem.FONT_NAME, 0, realsize));
 }