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