static A fontSize(int size, A a) { ret setFontSize(size, a); } static A fontSize(A a, int size) { ret setFontSize(size, a); }