int setSizeDpi(int ptsize, int hdpi, int vdpi) { // 477 return ttfSetFontSizeDpi(this, ptsize, hdpi, vdpi); }