- 10 Jul, 2000 5 commits
-
-
Werner Lemberg authored
Formatting. Synchronizing docs.
-
David Turner authored
of "type1z"
-
Werner Lemberg authored
Formatting.
-
David Turner authored
-
Werner Lemberg authored
More formatting. Synchronizing docu in include/freetype with src/base.
-
- 09 Jul, 2000 2 commits
-
-
Werner Lemberg authored
Formatting. Moving some internal structures and constants from freetype.h to ftobjs.h. Finally removing FT_LOAD_ANTI_ALIAS. Cleaning up all error codes. Only the used ones have survived :-) Removed unused FT_MAX_GLYPH_FORMATS constant. T2 error codes are now in the range 0x500-0x5FF (instead of `TrueDoc'). Some minor improvements of error return values. Finally fixing error code values in ftraster and ftgrays to be compliant with all other FT error codes.
-
Werner Lemberg authored
formatting fixing minor `make multi' problem
-
- 08 Jul, 2000 12 commits
-
-
Werner Lemberg authored
Removed `demos' tree. Use `ft2demos' module instead.
-
Werner Lemberg authored
Formatting. Adding proper trace level.
-
Werner Lemberg authored
ttdebug will compile again...
-
Werner Lemberg authored
Formatting. Adding some trivial error checking. Adding/Fixing tracing levels.
-
David Turner authored
more work to fully support pure CFF fonts.. yet another patch inspired by Tom !! Aaaaa :-)
-
David Turner authored
compiler behaviour on DEC Unix also preliminary support for CEF fonts. I can see the glyphs in "ftview" but need to complete the Unicode charmap support..
-
David Turner authored
dire consequences..)
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
directory compilation (by defining the FT_FLAT_COMPILE macro at compile time..) moved "freetype2/BUILD" to "freetype2/docs/BUILD"
-
David Turner authored
-
- 07 Jul, 2000 4 commits
-
-
David Turner authored
-
David Turner authored
- updated the CFF driver to support flex opcodes
-
David Turner authored
-
David Turner authored
-
- 05 Jul, 2000 2 commits
-
-
David Turner authored
-
Werner Lemberg authored
Run g++ on the FreeType library. This should make the use of code in C++ programs easier: Renamed FT_WordXX to FT_UIntXX. Changed a lot of void* to FT_Byte* if related to i/o streams -- FreeType always accesses streams byte-wise, so this makes sense IMHO. Added a lot of #ifdef __cplusplus to header files (and removed a few). Other minor syntax fixes (mostly casts). Replaced the variable `private' with `private_dict' -- `private' is reserved in C++.
-
- 04 Jul, 2000 3 commits
-
-
David Turner authored
the "vector" parameter of FT_Vector_Transform was changed to "vec"..
-
David Turner authored
- using FT_UNUSED instead of UNUSED - using FT_LONG64 and FT_INT64 instead of LONG64 & INT64 - using FT_SIZEOF_INT & FT_SIZEOF_LONG instead of... - removed the #ifdefs that used SIZEOF_INT, instead we now use FT_Int32 and FT_UInt32 when needed to support 32-bits quantity correctly on 64-bits systems..
-
Werner Lemberg authored
Don't use -lefence in the demo Makefile. Added C++ guards in ftmodule.h Fix error check in ftglyph.c Formatting; adding copyrights; fixing documentation
-
- 03 Jul, 2000 3 commits
-
-
Werner Lemberg authored
Formatting; fixing documentation.
-
David Turner authored
"base/ftstream.c" Note that "TT_PCLT" was incorrectly defined in <freetype/tttables.h>
-
Werner Lemberg authored
Formatting. Fixing some tracing messages.
-
- 02 Jul, 2000 3 commits
-
-
Werner Lemberg authored
Formatting. Fixed some errors which prevented compiling.
-
David Turner authored
-
Werner Lemberg authored
Formatting. Adding copyright notices. Removing an unnecessary file (smooth.h).
-
- 01 Jul, 2000 4 commits
-
-
David Turner authored
the Python script "glnames.py" was buggy and lacked quite a few values in the "names_to_unicode" table !!
-
Werner Lemberg authored
Removing.
-
Werner Lemberg authored
A small fix from Tom.
-
Werner Lemberg authored
Formatting as usual... Adding trivial argument checking to some functions. Added dynamic driver interface to cidriver. Minor `version' fixes for macfont and psnames modules. Removed unnecessary files
-
- 30 Jun, 2000 2 commits
-
-
David Turner authored
display monochrome glyphs too
-
David Turner authored
It is now really the "glyph factory" that Stefan was probably dreaming about.. fixed some recent formatting errors from Werner ;-) cleaned up the demonstration programs from most of the rust that they had, though I'm sure someone is going to re-format them really soon !! "ftstring" now uses the new ftglyph.h API, and is now faster and smaller.. yep..
-