blob: 8627fb4a14b306f12eca586fb9dc6a8ca7a1f995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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.
|