kc3-lang/freetype/src/cache

Branch :


Log

Author Commit Date CI Message
eddd9909 2000-10-12 05:05:40 formatting small fixes
f88969ab 2000-10-12 00:28:00 the function FTC_Manager_Lookup_Size will return a valid FT_Face handle, even if no size was found..
f50c2954 2000-09-22 06:52:20 Fixed typo in ftimage.h Fixed sbit on/off flag in cache code.
ebdce834 2000-09-19 01:11:11 updated the cache sub-system. Major internal rewrite please be aware that major bug persist..
d38a4f65 2000-09-15 22:42:43 removed obsolete files
79096739 2000-08-30 21:40:45 - the file "ftlist.h" was moved from <freetype/internal/..> to <freetype/...> - bugfix for the cache sub-system..
4e9dae68 2000-08-29 16:50:01 Introducing new macro LOCA_VAR to solve some problems with structures containing function pointers. FT will now compile again with C++.
80b96f35 2000-08-29 16:04:28 fixed some bugs in the caching sub-system and improved its API to enable many kinds of glyph images.. (note that the "ftview" program has been changed to use the caching sub-system, "ftmulti" and "ftstring" should come soon).
95853c87 2000-08-26 22:16:44 Introducing new error code FT_Err_Invalid_Cache_Handle. Regrouping of error codes.
d1b7475b 2000-08-24 16:29:15 Formatting, small fixes. Adding basic input parameter checking for exported functions.
35db7322 2000-08-24 12:39:40 - fixed an horrible FT_LOAD_RENDER bug that returned empty bitmaps !! - tested and fixed the image cache object. I'm performing a few more checks though, and we'll call the cache sub-system completed !!
98d2701c 2000-08-24 11:53:35 changed the FTC_Manager_New function to accept "max_faces" and "max_sizes" parameters fixed some bugs. the cache manager is now tested and validated (now, it's time for the glyph image cache)
34f1c2f5 2000-08-23 22:47:44 finally, the CID and Type1z driver are finished !! Werner, please have a look at the code and start re-formatting it :-)
3b2c50eb 2000-08-23 21:11:13 completing the FreeType Cache subsystem files
8728f294 2000-08-23 17:32:42 Formatting, small fixes. Adding copyright notices etc.
b466a765 2000-08-23 11:22:30 The FreeType Caching Subsystem - first lines of code beware, this code is not tested, and probably doesn't compile correctly.. more information will follow..