static Pointer<TtfFont> openDpi(String file, int ptsize, int hdpi, int vdpi) { // 299 return ttfOpenFontDpi(file, ptsize, hdpi, vdpi); }