static SimpleAttributeSet style_fontSize(int n) { ret style_fontSize(new SimpleAttributeSet, n); } static SimpleAttributeSet style_fontSize(SimpleAttributeSet a, int n) { StyleConstants.setFontSize(a, n); ret a; }