GetFontSize
void GetFontSize(float* width, float* height) const;
view->GetFontSize(&width, &height);
view->GetFontSize(&fontWidth, &fontHeight);