public static LFont GetFont(int size) { return(LFont.GetFont(LSystem.FONT_NAME, 0, size)); }
public static LFont GetTrueFont() { return(LFont.GetFont(LSystem.FONT_NAME, 0, realsize)); }