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; } static SimpleAttributeSet style_fontSize(int n, SimpleAttributeSet a) { ret style_fontSize(a, n); }