Esempio n. 1
0
        public UInt16 getColumnHeight(UInt16 width, string formatted_text)
        {
            if (formatted_text == null)
            {
                return(0);
            }

            return(SDL_FontCache.FC_GetColumnHeight(font, width, formatted_text, __arglist()));
        }