[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Get list of available TTF fonts in system?
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Get list of available TTF fonts in system? |
Date: |
Thu, 24 Mar 2011 18:33:12 +0100 (CET) |
> 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