[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Help ... True Type font description ...
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Help ... True Type font description ... |
Date: |
Sat, 25 Aug 2001 10:44:08 +0200 (CEST) |
> Is there an API that enables one to read a true type header or
> sufficient information to get the listed font name from within a
> ttf/ttc file.
Have a look at the ftview.c demo program (of the ft2demos package).
If you e.g. view mincho.ttc, both fonts (mincho and pmincho) are
loaded -- use the `n' and `p' keys to switch between them.
Similar code should work for you also.
Werner