Measure string width for default font
int MeasureText(Pointer<Char> text, int fontSize) => _MeasureText(text, fontSize);