Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5e4c2cb3 | 2000-05-22 16:25:14 | fixed some header files inclusions added C++ stubs to public header files | ||
| 51179f0a | 2000-05-18 16:18:05 | some fixes for 64-bit systems. Mainly changed some FT_TRACE calls to use %p instead of %lx when dumping a pointer address | ||
| 109fcf60 | 2000-05-17 23:35:37 | fixed the sbit loader (src/base/sfnt/ttsbit.c) introduced a new load flag (FT_LOAD_CROP_BITMAP) used to indicate that we want embedded bitmaps to be cropped.. Thanks a lot to Yamano-uchi, Hidetoshi | ||
| 3475e7fb | 2000-05-17 20:56:01 | removed TT_MAX_SUBGLYPHS macro, there is no static limit on the number of subglyphs in a TrueType font.. changed the default number of gray levels used by the smooth renderer to 256 (instead of 128). Of course, the human eye can't tell a difference ;-) | ||
| e49ab25c | 2000-05-16 23:44:38 | formatting - removed trailing spaces | ||
| ea44d5ec | 2000-05-16 23:22:41 | formatting | ||
| 07c52d25 | 2000-05-16 23:22:21 | copyright update | ||
| 701d7546 | 2000-05-16 23:21:59 | removed obsolete header file | ||
| 414f38c5 | 2000-05-16 22:37:30 | at last, fixed the bug, and re-enabled 5-gray levels support for backwards compatibility.. | ||
| 529d4ea7 | 2000-05-16 19:51:49 | created new header files, formatting and other minor stuff.. | ||
| 20c15add | 2000-05-16 19:50:08 | added the tag for the "DSIG" table | ||
| 0a29c697 | 2000-05-12 17:09:38 | implemented FT_Select_Charmap and FT_Set_Charmap (at last :-) | ||
| c60c61c6 | 2000-05-12 15:26:58 | fixed a potential memory leak when loading embedded bitmaps | ||
| c30aea98 | 2000-05-12 15:01:18 | another massive changes in order to completely avoid compiler warnings with GCC + "-ansi -pedantic -Wall -W" and LCC. Also fixed the compilation of "type1z" with Win32-LCC (its pre-processor is broken !!) Updated the BUILD document too | ||
| bfe2f98f | 2000-05-12 12: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.. | ||
| 4f2c5544 | 2000-05-12 10:19:41 | additional changes, this time in order to pass extra parameters to font drivers when creating a new face object. The FT_Open_Args structure has been changed to simplify its use and allow generic parameters too.. | ||
| efce08d6 | 2000-05-11 18:23:52 | major re-organisation of the FreeType 2 directory hierarchy | ||
| a1656abd | 2000-05-05 01:39:02 | fixed a typo | ||
| c1205799 | 2000-05-05 01:38:46 | changes the type of the "mode" parameter in FT_Set_Raster_Mode to unsigned long (easier than string to compare) | ||
| c136b409 | 2000-05-04 17:24:54 | an update to FT_Outline_Funcs used to improve the accuracy of outline decomposition | ||
| 8ee071a0 | 2000-05-03 18:15:52 | very preliminray CID support | ||
| 6eebf905 | 2000-05-02 10:57:43 | first version of "t1tables", which will be used to access the content of Type 1 fonts. Note that an update will appear with the support for multiple master fonts.. | ||
| 62c7af63 | 2000-05-02 10:57:00 | added the definition of the MaxProfile table | ||
| bb287bd1 | 2000-05-02 10:55:46 | added the declaration of the smooth renderer to "include" | ||
| f7b5c822 | 2000-05-02 10:55:33 | defined FT_Pointer as a typeless pointer added the declaration of FT_Default_Drivers (implemented in ftinit.c) | ||
| ffd43a6f | 2000-04-25 16:09:17 | added a new include file to access TrueType tables directly (e.g. OS/2, Head, HMTX and Postscript).. | ||
| 680ec373 | 2000-04-25 16:08:33 | added the FT_LOAD_FORCE_AUOHINT flag | ||
| 46ab6331 | 2000-04-04 16:46:12 | formatting, and remove the "interface" identifier that causes problems with MS C++ | ||
| 37379e21 | 2000-03-28 11:22:31 | major changes to the library: - there is now a "convenience" API to manage glyphs in "include/ftglyph.h". See the demo program "ftstring" for an example.. - the raster interface has been changed in order to allow direct composition through user-provided callbacks. This has been tested but isn't demonstrated for now in "demos" - the FT_LOAD_NO_RECURSE flag is supported, as this is required by some new code in the auto-hinting engine - some bug fixed in FT_MulFix which made FT_xxx_Transform return incorrect results.. | ||
| b46a2d8a | 2000-03-23 17:24:28 | Adding the new languages codes from Apple and the new Unicode ranges as for 3.0 | ||
| f6dc6c17 | 2000-03-13 11:50:15 | renamed ttnamedid.h to ttnameid.h | ||
| 7f615aef | 2000-03-13 11:49:20 | renamed all outlines functions to the FT_Outline_<action> syntax.. | ||
| 41dbcbf6 | 2000-03-09 11:46:25 | reformatting, changing the FT_Outline structure: - "flags" have been renamed to "tags" - "outline_flags" have been renamed to "flags" Look for more re-formatting today.. | ||
| 0f99ddda | 2000-03-06 13:23:32 | changed the structure of FT_Outline in order to pack all outline flags in a single integer.. Changed the rest of the library and demo programs accordingly.. | ||
| 1d1c7eb8 | 2000-02-13 13:35:21 | small update in FT_Open_Args (more could follow though..) | ||
| 1a3e3d6a | 2000-02-10 17:03:11 | introduced the FT_Attach_File function to support additional metrics coming from external files (e.g. Type 1 AFM files to add kerning data to the face). Also changed the API of FT_Open_Face in order to describe the input stream more broadly.. | ||
| 5eaadfcd | 2000-02-02 12:47:44 | added a new glyph image format: ft_glyph_format_plotter for plotter-like vectorial images made of opened paths.. (seen in Windows font files as well as some Type 1 fonts with unusual PaintType) | ||
| 86fbfb50 | 2000-02-02 12:28:57 | re-adding fterrors.h to the repository.. | ||
| f45ae1cf | 2000-02-02 12:28:27 | sorry, a small mistake made me "remove" fterrors.h with WinCVS I need to manually clear the repository through CVS... | ||
| 200e097c | 2000-02-02 12:21:35 | updated the "FT_SubGlyph" structure | ||
| 7dff772e | 2000-01-17 08:24:22 | Added ftraster.h for better support of standalone mode. Fixed cleaning rules for the demo programs. | ||
| 17ae985d | 2000-01-02 09:41:30 | ftbbox.h: FT_Get_Outline_BBox() must be called FT_Raster_GetBBox(). ftcalc.c: Added a missing closing paranthesis in 64bit version of FT_MulFix(). Some formatting; updating copyright. | ||
| d2b1f357 | 1999-12-16 23:11:37 | Initial revision |