[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Other Implementation
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Other Implementation |
Date: |
Wed, 27 Mar 2002 19:27:31 +0100 (CET) |
> My current Problem is to get a preview of a Font.
What font format? Since you are apparently using cmaps this means
that you are interested in TrueType.
I suggest that you have a look at the FreeType library itself to see
how the TTF specification can be implemented. Another one is IBM's
ICU --- probably more suited to you since it is written in C++.
TTF specs are available from both Apple and Microsoft; visit
http://www.freetype.org/links.html
Werner