src/type1/t1driver.c


Log

Author Commit Date CI Message
David Turner e49ab25c 2000-05-16T23:44:38 formatting - removed trailing spaces
David Turner bfe2f98f 2000-05-12T12:17:15 a new massive grunt work. Redefined the EXPORT_DEF, EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to let them take an argument.. This is needed to compile the library as a DLL on some platforms that have different compiler conventions..
David Turner efce08d6 2000-05-11T18:23:52 major re-organisation of the FreeType 2 directory hierarchy
David Turner 4d3e5639 2000-05-05T12:33:23 closed most of the memory leaks in the Type 1 driver(s) this is required before any serious work to implement multiple masters
David Turner d186a361 2000-05-02T17:41:41 various updates to reduce the compilation warnings
Just van Rossum 80f4b060 2000-03-05T16:10:10 fixed typo in comment
David Turner 861ba624 2000-02-15T12:54:51 small fix (reduce compiler warnings)
David Turner 3188a3a1 2000-02-13T13:34:18 Sorry, forgot some changes needed to get rid of t1encode.[hc]. Here they come..
David Turner 1ab77fdf 2000-02-10T18:08:17 some updates to make everything compile clean
David Turner afdc4c4c 2000-02-10T16:08:36 Updates to the Type 1 driver Now with a simple AFM parser in order to read the kerning table..
David Turner 51d4e28d 2000-02-10T13:11:43 New version of the Type 1 driver. Generates a Unicode charmap on the fly through the "psnames" module.. Now, we only need to support afm/pfm files (and maybe multiple masters) to call this driver finished !!
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision