David Turner
|
19ed8afe60
|
- updated all source files to adhere to the new inclusion scheme
- the CFF loader now loads the encodings and charset tables
though doesn't use them for now
|
2000-12-08 02:42:29 +00:00 |
|
Werner Lemberg
|
90a0330142
|
All function comments are now removed from source files (and moved to the
header files if necessary).
Some minor fixes to have `make multi' run successfully (with gcc and g++).
Fixing compiler warnings.
|
2000-11-07 17:21:11 +00:00 |
|
Werner Lemberg
|
dc72aff43d
|
Finishing David's latest changes (there were some errors in it).
|
2000-11-04 08:33:38 +00:00 |
|
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
|
dc26e7b77f
|
- minor reformatting of "ftmodule.h"
- added missing "const" statements in the source code in order
to really get rid of writable static variables
|
2000-10-23 22:46:56 +00:00 |
|
Werner Lemberg
|
fbeb41d93d
|
Formatting.
Adding copyright notices.
Removing an unnecessary file (smooth.h).
|
2000-07-02 00:27:53 +00:00 |
|
Werner Lemberg
|
deb4e98396
|
Formatting...
Preprocessor lines now always start the line.
Improved error handling in `base' module.
Fixed a out-of-bounds error in ttgload.
|
2000-06-29 03:14:25 +00:00 |
|
David Turner
|
5ae1bad3f6
|
added new renderer module
|
2000-06-27 23:18:39 +00:00 |
|