docs


Log

Author Commit Date CI Message
David Turner 3983d95f 2000-02-10T19:19:51 fixed a small typo ( "height" in place of "eight" !!)
David Turner a9369f2d 2000-02-07T18:58:42 some updates to allow the selective compilation of the adobe glyph list (this thing is huge !!)
David Turner b5a0487c 2000-02-07T18:04:27 added a python script used to generate some tables for the upcoming new "psnames" pseudo-driver ("psnames" is a module in charge of converting a glyph name into a unicode value, or a Mac index into a glyph name. It contains a copy of the Adobe Glyph List + some logic to understand the "uniXXX" named characters).
David Turner 0360168a 2000-01-31T18:20:32 moved the files in "docs/internals" to "docs/design". The image files were also all added to the repository in binary format !!
David Turner 17d6bdec 2000-01-31T18:18:56 removed obsolete documentation files
David Turner 442005b7 2000-01-31T18:17:02 removed the old "glyph_conventions" directory, now replaced by "glyphs"
David Turner f9487586 2000-01-31T18:15:12 weel, the previous operation didn't work well, as the images were still stored as text on the server !! I have created the "docs/glyphs" directory to hold a copy of the files, and add them with the correct tags..
David Turner f0a46def 2000-01-31T18:11:31 added the image files in binary form in the repository
David Turner dda05ee1 2000-01-31T18:11:00 removed the PNG images as they were incorrectly stored as text files in the repository
David Turner f300d695 2000-01-27T14:03:39 some updates/corrections
David Turner a5ab5ce7 2000-01-17T20:51:18 adding correct versions of the PNG images
David Turner 438f8cd2 2000-01-17T20:50:18 removing invalid PNG images
David Turner 6afe0077 2000-01-17T19:25:18 colored the example source code and corrected some typos
David Turner b94713e9 2000-01-17T18:56:49 Added a FreeType 2 Tutorial !!
David Turner 3aeb4c05 2000-01-11T20:00:05 Added a new document to docs/internals that describes the Build System clearly. I hope this will help other developers in adding platform-detection makefiles for additional systems..
David Turner 426b20af 2000-01-11T04:59:55 Added the new "io-frames.html" document, that describes the frame interface as well as the new READ_xxxx and FT_Read_xxxx functions/macros..
David Turner 186d2310 2000-01-11T04:09:35 Added a new documentation file that explains how memory management and basic i/o access are performed with FreeType 2. Note that unlike FT 1.x, you don't need to recompile the library if you want to provide your own memory manager or your own i/o streams.
David Turner a14fa3ac 2000-01-11T02:26:38 damned..
David Turner 98408d89 2000-01-11T02:22:16 renamed "internals.html" to "index.html" also, changed all image references to the new PNGs Note that this document is really out-of-date (there are no more resources, the stream manager has disappeared, the build systel was seriously modified, etc..)
David Turner 41a8fa57 2000-01-11T02:20:22 Renamed "glyph_conventions.html" to "index.html" Updated all image references to the new PNGs Note that this document is slightly out-of-date though.. (FT_Raster_Map was changed for FT_Bitmap, and the anti-alias renderer now supports 128 levels by default).
David Turner ee71c6b7 2000-01-11T01:40:25 added PNG files
David Turner 4b7ffcfa 2000-01-11T01:40:06 removed GIF files
David Turner ecbfb5fa 2000-01-10T15:49:01 added the DocMaker python script that will be used to generate the HTML documentation from the C source files
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision