> Hos can I get a list of installed vector (means non-bitmap) fonts
> using libfreetype?

To check a single file, open it with FreeType, then call
FT_IS_SCALABLE to test whether it is an outline font.  However,
getting a list of file names is not the job of this library; you must
handle that by yourself.


    Werner

_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to