[SDL] SDL_TTF: No function for checking scalable fonts ( Repeating again )
Ganesh Kundapur
ganesh.kundapur at gmail.com
Tue Jan 1 23:06:34 PST 2008
Hi,
There's no function to check for whether the font is scalable or not in
SDL_ttf. I feel its better to have a function for checking the scalability
of the font as below.
int TTF_FontFaceIsScalable ( const TTF_Font *font )
{
return (FT_IS_SCALABLE ( font->face ) );
}
--
Ganesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20080102/2f000043/attachment.html
More information about the SDL
mailing list