~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/opentype/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory includes code for using OpenType Layout tables from
 
2
OpenType fonts with FreeType. It is taken from the Pango project who
 
3
ported it from Freetype-1.x to Freetype-2.
 
4
 
 
5
The table reading code in:
 
6
 
 
7
 ftxopen.[ch]
 
8
 ftxopenf.h
 
9
 ftxgdef.[ch]
 
10
 ftxgpos.[ch]
 
11
 ftxgdef.[ch]
 
12
 
 
13
The license for these files is in the file freetype-license.txt. 
 
14
 
 
15
disasm.[ch] is a partial dumper for OpenType layout tables useful
 
16
in figuring out what is going on. 
 
17