示例#1
0
        // Getters
//		public GPU_Image_PTR getImage();
//		public IntPtr getSurface();

        public UInt16 getHeight()
        {
            return(SDL_FontCache.FC_GetLineHeight(font));
        }