public UInt16 getHeight(string formatted_text) { if (formatted_text == null) { return(0); } return(SDL_FontCache.FC_GetHeight(font, formatted_text, __arglist())); }