- 07 Jun, 2000 4 commits
-
-
David Turner authored
-
David Turner authored
-
Werner Lemberg authored
Moved all *errors.h header files to include/freetype/internal for consistency. Removed unused error message.
-
Werner Lemberg authored
Added FT_FRAME_SKIP_xxx to skip fields. More use of READ_Fields() in ttsbit.c Other minor fixes.
-
- 06 Jun, 2000 1 commit
-
-
Werner Lemberg authored
Fine-tuned a lot of tracing levels to make them more functional with ftview. Added a lot of \n to tracing messages. Fixed a serious bug in loading SBit offsets (missing parentheses around a xxx ? yyy : zzz construct). Replaced most GET_xxx() functions with calls to READ_Frame() in ttsbit.c
-
- 05 Jun, 2000 2 commits
-
-
Werner Lemberg authored
Removing trailing whitespace.
-
Werner Lemberg authored
freetype.h: Adding ft_encoding_xxx values for some CJK encodings. Fixing copyright notice on many files. Changed some tracing levels. A lot of formatting, fixing documentation etc. as usual.
-
- 03 Jun, 2000 2 commits
-
-
Werner Lemberg authored
ftview now has two new options: -d activates debugging, and -l sets the trace level. Since FT2 is still beta, I've activated the FT_DEBUG_xxx macros by default. To make reasonable output, I've changed some TRACEx macros to other levels.
-
Werner Lemberg authored
More preparation for tracing. Formatting.
-
- 02 Jun, 2000 4 commits
-
-
Werner Lemberg authored
Formatting; adding some tracing code.
-
Werner Lemberg authored
Finishing first formatting/documenting etc. of the `base' dir. Some modules are still badly documented, though...
-
Werner Lemberg authored
Correct wrong fix.
-
Werner Lemberg authored
Added a lot of error checking code to the exported functions in the `base' subdir (not complete yet).
-
- 01 Jun, 2000 6 commits
-
-
Werner Lemberg authored
FT_Outline_Decompose() now returns FT_Error. Minor bug fixes. More formatting, adding/fixing documentation.
-
David Turner authored
describing the ascender, descender and text height..
-
David Turner authored
stand alone with the _STANDALONE_ macro defined.. See comments inside it "src/base/ftgrays.c"
-
David Turner authored
-
David Turner authored
fixed two bugs in the smooth renderer
-
David Turner authored
A certain number of TrueType fonts have invalid values in the SFNT header..
-
- 31 May, 2000 2 commits
-
-
David Turner authored
There is still some work on it to allow the following: - multiple input files - block classification according to block's first markers (e.g. types, functions, constants, etc..) - indexing and cross-linking - better layout ;-)
-
Werner Lemberg authored
Formatting, fixing and adding documentation.
-
- 30 May, 2000 3 commits
-
-
Werner Lemberg authored
ftgrays.c: Formatting. It seems to me that _STANDALONE_ doesn't work yet... Will it ever work? If not, the unused code should be removed. ftconfig.h, ftobjs.h: Fix my last fix of the UNUSED() macro.
-
Werner Lemberg authored
Formatting; minor improvements.
-
Werner Lemberg authored
ftmulti.c: Will now accept any filename. It will no longer append `.ttf' or `.ttc'. Reformatted. ftcalc.c, ftdebug.c: Minor formatting stuff.
-
- 29 May, 2000 6 commits
-
-
David Turner authored
-
Werner Lemberg authored
Fixing the fixes :-) More formatting.
-
David Turner authored
added CFF/OpenType driver source (not working for now)
-
Werner Lemberg authored
Formatting, fixing descriptions.
-
David Turner authored
checking based on the "search_rang", etc.., fields of the sfnt header.. This avoids problems (like certain Type 1 multiple masters incorrectly recognized as trueType files)..
-
Werner Lemberg authored
Completely checked and fully formatted.
-
- 28 May, 2000 1 commit
-
-
David Turner authored
-
- 26 May, 2000 7 commits
-
-
David Turner authored
module (whose interface has changed, by the way) This allows even more code re-use between TrueType and OpenType formats..
-
David Turner authored
-
David Turner authored
demonstrate the multiple masters support fixed a few bugs
-
David Turner authored
fixed some nasty little bugs too
-
David Turner authored
- the glyph index was not checked in FT_Load_Glyph - the "type1" driver didn't read the FontBBox and FontMatrix correctly..
-
David Turner authored
multiple master fonts and return an error code that allows the "type1z" driver to load them after..
-
David Turner authored
now working, but there is no way currently to change the default weight vector (tested with custom vectors though). Note that you should remove the "type1" driver from the module list to be able to test it..
-
- 24 May, 2000 2 commits
-
-
David Turner authored
-
David Turner authored
these are used to prepare for multiple master fonts
-