Searched defs:labelFont (Results 1 – 2 of 2) sorted by relevance
69 BitmapFont labelFont = skin.get("default-font", BitmapFont.class); in create() local
26 public static final Font labelFont = new Font("TimesRoman",Font.BOLD,14); field in DemoUtility