- 02 Nov, 2000 1 commit
-
-
Werner Lemberg authored
Moving FreeType license to doc dir. Adding GPL. Explaining double license in LICENSE.TXT Minor improvements to make system.
-
- 01 Nov, 2000 2 commits
-
-
Werner Lemberg authored
new file
-
Werner Lemberg authored
Adding rules for mingw32 compiler.
-
- 31 Oct, 2000 6 commits
-
-
Werner Lemberg authored
Fixing include header for a `make multi' build. Finishing formatting of cache stuff. Fixed getDriverClass stuff -- added it to winfnt.c also. Note that this still has to be documented.
-
Werner Lemberg authored
Removing trailing whitespace.
-
Werner Lemberg authored
Formatting. Adding a .cvsignore file.
-
Werner Lemberg authored
Formatting. Removed double src/cache/ftcimage.h. Replaced FTC_Image_Type with #defines since this contains bit flags and not enumerated values.
-
David Turner authored
-
Werner Lemberg authored
Revised/formatted/corrected.
-
- 30 Oct, 2000 3 commits
-
-
Werner Lemberg authored
Formatting/correcting the first three parts of the design docs.
-
Werner Lemberg authored
minor formatting
-
David Turner authored
-
- 29 Oct, 2000 1 commit
-
-
Tom Kacvinsky authored
a fix for a silly typo.
-
- 28 Oct, 2000 5 commits
-
-
David Turner authored
major reformatting of the cache subsystem (again) added substantial documentation too in header files
-
Werner Lemberg authored
Renamed z1* files back to t1*; the same transition for Z1_* structures Removed obsolete raster1/* files.
-
Werner Lemberg authored
Revised.
-
David Turner authored
- started implementin a "small-bitmaps" cache derived from it - (soon a "metrics" cache will be written too)
-
David Turner authored
- reworked slightly the cache manager to better differentiate between the abstract class in "ftcglyph.h" and the FT_Glyph sub-class in "ftcimage.h", and slightly reduced the size of FTC_GlyphNodeRec, saving 8 bytes on a 32-bit system. Yes, I'm crazy ;-) - added build files to compile with LCC on Unix too (compile speeds _are_ insane with it). There is unfortunately a bug in the version I'm using (LCC 4.1) that prevents it to compile FT_MulTo64 correctly (in src/base/ftcalc.c) the generated assembly is incorrect, I don't know what to do ?? the build files are ok, though.. you should invoke "make setup lcc" to select them..
-
- 27 Oct, 2000 1 commit
-
-
David Turner authored
the glyph advance wasn't copied to the bitmap !!
-
- 26 Oct, 2000 5 commits
-
-
Werner Lemberg authored
Some formatting. Fixed some data types/added header files to remove compiler warnings. Added trivial input data check to FT_Outline_Get_BBox(). Fixed type1z -> type1 file inclusions.
-
David Turner authored
the basic parsing routines seem to work ok we now generate a list of DocBlock objects from a list of input file, we now need to sort them by "kind" (i.e. type/macro/functions) to generate several web pages, as well as a global index
-
David Turner authored
"type1z" -> "type1" "raster1" -> "raster" note that I didn't rename all files. We'll have to endure the "z1..." crazyness unless we perform a _big_ sed on the sources :-)
-
David Turner authored
-
David Turner authored
box computations - minor update to docmaker.py, more is coming
-
- 25 Oct, 2000 1 commit
-
-
David Turner authored
- note that the "modules.html" will soon disappear, it is now replaced by a more general and more detailed series of pages named "design-??.html" - the images have been seriously reworked, more will come tomorrow
-
- 24 Oct, 2000 1 commit
-
-
Werner Lemberg authored
fixes for fixes :-) formatting; compiles now without warnings on my Linux box
-
- 23 Oct, 2000 3 commits
-
-
David Turner authored
- added missing "const" statements in the source code in order to really get rid of writable static variables
-
David Turner authored
-
David Turner authored
- minor formatting / testing in docmaker.py
-
- 19 Oct, 2000 2 commits
-
-
Werner Lemberg authored
added development header files to CONFIG_H in the makefiles increased T1_MAX_CHARSTRINGS_OPERANDS (again) to 256 -- one glyph of the Chinese MingTiEG-Medium needs it that large
-
Werner Lemberg authored
Converting tabs to spaces in z1load. Edited FT1's convntns.txt and added it to FT2.
-
- 17 Oct, 2000 3 commits
-
-
Tom Kacvinsky authored
.notdef in each entry. In function parse_charstrings, place the .notdef glyph in index 0, and add a .notdef glyph if it is missing. In function Z1_Open_Face, only change min/max encoded char if it is not .notdef.
-
Werner Lemberg authored
Fixed two typos spotted by Ryan Martindale <ryan@qsicorp.com>.
-
Werner Lemberg authored
Added copyright messages to all Makefiles. Added documentation to FT_Get_Sfnt_* stuff (in ftnames.[ch]) minor other doc fixes
-
- 15 Oct, 2000 4 commits
-
-
Werner Lemberg authored
ftnames.c has been erroneously included twice.
-
Werner Lemberg authored
Make ftsynth.c work again. Renamed FT_*_Outline to FT_Outline_*
-
Werner Lemberg authored
Fix typo (FT_... -> TT_...)
-
Tom Kacvinsky authored
-
- 14 Oct, 2000 2 commits
-
-
Werner Lemberg authored
updated, formatted
-
Werner Lemberg authored
Enabled TT interpreter in development version of ftoption.h
-