David Turner
|
5ca75c3f9d
|
introduced the new <freetype/config/ftbuild.h> file to determine
where is the top-level include directory for all public, configuration
and internal header files..
|
2000-11-30 23:12:33 +00:00 |
Werner Lemberg
|
591088c021
|
Added/restored the `*' convention for output parameters.
Some documentation fixes.
|
2000-11-06 04:33:56 +00:00 |
Werner Lemberg
|
46f92ef2d9
|
Finishing David's latest changes (there were some errors in it).
|
2000-11-04 08:33:38 +00:00 |
David Turner
|
d2d1701333
|
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 |
Werner Lemberg
|
5aa646c565
|
Formatting.
Fixing a bug in FT_Get_Kerning().
Moving FT_Get_Module_Interface() to ftoutln.c.
|
2000-07-14 06:16:47 +00:00 |
Werner Lemberg
|
93ac3e3985
|
Formatting.
Synchronizing docs.
|
2000-07-10 21:41:32 +00:00 |
David Turner
|
1118720679
|
finalised the multiple masters support
fixed some nasty little bugs too
|
2000-05-26 17:13:23 +00:00 |