You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/src/3rdparty/opentype/README

18 lines
446 B

This directory includes code for using OpenType Layout tables from
OpenType fonts with FreeType. It is taken from the Pango project who
ported it from Freetype-1.x to Freetype-2.
The table reading code in:
ftxopen.[ch]
ftxopenf.h
ftxgdef.[ch]
ftxgpos.[ch]
ftxgdef.[ch]
The license for these files is in the file freetype-license.txt.
disasm.[ch] is a partial dumper for OpenType layout tables useful
in figuring out what is going on.