[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] I have a question
From: |
Werner LEMBERG |
Subject: |
Re: [ft] I have a question |
Date: |
Wed, 28 Jun 2006 06:57:15 +0200 (CEST) |
> I have a question, how can I get the details of GSUB table of a font
> file?
Well, the general handling of GSUB is beyond FreeType; use a
higher-level library like Pango, Qt, or ICU.
The only thing FreeType is able to do by itself is validation of the
OpenType tables: If you build the library with the otvalid module, you
can see full debugging output of the `ftvalid' demo program with
FT2_DEBUG="any:4" ftvalid foo.ttf
Werner