kc3-lang/freetype/src/type1z/z1load.c

Branch :


Log

Author Commit Date CI Message
d082cd68 2000-07-25 17:25:32 formatting
53fb1f54 2000-07-25 16:20:57 Changed parse_subrs() so that it'll work correctly both with wrongly sorted subr indices *and* non-contiguous subr arrays. Thanks to Tom K. for helping to isolate the problem.
93ac3e39 2000-07-10 21:41:32 Formatting. Synchronizing docs.
e208f4e0 2000-07-10 20:30:59 fixed a really tupid bug in the Multiple Master support of "type1z"
b48a6094 2000-07-09 19:15:30 Formatting. Moving some internal structures and constants from freetype.h to ftobjs.h. Finally removing FT_LOAD_ANTI_ALIAS. Cleaning up all error codes. Only the used ones have survived :-) Removed unused FT_MAX_GLYPH_FORMATS constant. T2 error codes are now in the range 0x500-0x5FF (instead of `TrueDoc'). Some minor improvements of error return values. Finally fixing error code values in ftraster and ftgrays to be compliant with all other FT error codes.
681e8eea 2000-07-09 00:48:37 formatting fixing minor `make multi' problem
a90663f5 2000-07-08 00:41:13 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"
c6a92202 2000-07-04 18:12:13 various clean-ups: - using FT_UNUSED instead of UNUSED - using FT_LONG64 and FT_INT64 instead of LONG64 & INT64 - using FT_SIZEOF_INT & FT_SIZEOF_LONG instead of... - removed the #ifdefs that used SIZEOF_INT, instead we now use FT_Int32 and FT_UInt32 when needed to support 32-bits quantity correctly on 64-bits systems..
728da1c8 2000-06-27 23:21:51 changed file names and some functions names to avoid conflicts with the "type1" driver.