Please Login to Remove!
String fontName; FontFamily ff; int fontSize; Font font; fontName="BBClarity"; fontSize=12; ff = FontFamily.forName(fontName); font = ff.getFont(FontFamily.SCALABLE_FONT, fontSize).derive(Font.PLAIN); Font.setDefaultFont(font);