> 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


_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to