Is there any way to detect all the available characters in a loaded font?  It 
would be convenient if I had some way to do this:

for (i=0; i<FT_Font_CountChars(font); i++ )
{
    c = FT_Font_GetChar( i );
    //Proceed to load character 'c'...
}

That way I don't have to guess what characters the user might want to use, I 
can just load all the ones the font contains.


Best Regards,

Josh Klint
CEO
Leadwerks Software
_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to