kc3-lang/freetype/src/base/ftsynth.c

Branch :


Log

Author Commit Date CI Message
a4bf7d66 2001-07-12 22:41:08 2001-07-13 Werner Lemberg <wl@gnu.org> * src/base/ftsynth.c: Include ftcalc.h unconditionally.
415235df 2001-06-28 17:49:10 finishing function header formatting updating copyrights
f814d0fa 2001-06-27 16:18:10 First round in converting type foo ( ... ) to type foo ( ... ) Other minor formatting issues.
cc069beb 2000-12-08 16:17:16 cleanups
19ed8afe 2000-12-08 02:42:29 - 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
dc72aff4 2000-11-04 08:33:38 Finishing David's latest changes (there were some errors in it).
76a5f623 2000-11-04 01:55:49 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
e4b32a5d 2000-10-31 20:42:18 Removing trailing whitespace.
0bf381f7 2000-10-15 21:59:58 Make ftsynth.c work again. Renamed FT_*_Outline to FT_Outline_*
8728f294 2000-08-23 17:32:42 Formatting, small fixes. Adding copyright notices etc.
d8b4514d 2000-08-22 22:53:03 added preliminary emboldening code.. still _very_ experimental