David Turner
76a5f62323
major reformatting of the sources:
...
FT_EXPORT_DEF => FT_EXPORT
FT_EXPORT_FUNC => FT_EXPORT_DEF
BASE_DEF => FT_BASE
BASE_FUNC => FT_BASE_DEF
LOCAL_DEF => FT_LOCAL
LOCAL_FUNC => FT_LOCAL_DEF
LOCAL_FUNC_X => FT_CALLBACK_DEF
LOCAL_DEF_X => FT_CALLBACK_TABLE
FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
2000-11-04 01:55:49 +00:00
David Turner
a90663f591
vast clean-up of the sources in order to allow flat
...
directory compilation (by defining the FT_FLAT_COMPILE
macro at compile time..)
moved "freetype2/BUILD" to "freetype2/docs/BUILD"
2000-07-08 00:41:13 +00:00
Werner Lemberg
9ca2af3838
A new formatting orgy.
...
Added some `#if 0' to completely disable the CID AFM stuff. In case this is
not correct please fix.
2000-06-21 03:03:28 +00:00
David Turner
f9b8dec437
major reformatting of the modules source code in order to get
...
rid of most of the basic types redefinitions (i.e. FT_Int instead
of "FT_Int", etc..)
The format-specific prefixs like "TT_", "T1_", "T2_" & 'CID_"
are now only used in relevant structures..
fixed Werner's fix to t2gload.c :-)
other small bug fixes
2000-06-16 19:34:52 +00:00
Werner Lemberg
78575dc0d1
A lot of formatting.
...
Added more tracing levels.
More Makefile fixes.
Minor other changes.
2000-06-12 19:36:41 +00:00
Werner Lemberg
e1d5dd78f4
Moved all *errors.h header files to include/freetype/internal for
...
consistency.
Removed unused error message.
2000-06-07 04:48:12 +00:00
David Turner
2e421319fc
moved a lot of things from the TrueType driver to the SFNT
...
module (whose interface has changed, by the way)
This allows even more code re-use between TrueType and
OpenType formats..
2000-05-26 22:13:17 +00:00
David Turner
efce08d67c
major re-organisation of the FreeType 2 directory hierarchy
2000-05-11 18:23:52 +00:00
Werner Lemberg
f697866ec2
Bugfix: prep table is optional.
2000-01-08 20:00:54 +00:00
David Turner
d2b1f35704
Initial revision
1999-12-16 23:11:37 +00:00