- 26 Aug, 2000 1 commit
-
-
Werner Lemberg authored
Introducing new error code FT_Err_Invalid_Cache_Handle. Regrouping of error codes.
-
- 25 Aug, 2000 1 commit
-
-
Just van Rossum authored
-
- 24 Aug, 2000 5 commits
-
-
Werner Lemberg authored
Formatting, small fixes. Adding basic input parameter checking for exported functions.
-
David Turner authored
bitmaps !! - tested and fixed the image cache object. I'm performing a few more checks though, and we'll call the cache sub-system completed !!
-
David Turner authored
"max_sizes" parameters fixed some bugs. the cache manager is now tested and validated (now, it's time for the glyph image cache)
-
Just van Rossum authored
-
David Turner authored
-
- 23 Aug, 2000 7 commits
-
-
David Turner authored
-
David Turner authored
CVS module called "ftlayout"
-
David Turner authored
Werner, please have a look at the code and start re-formatting it :-)
-
David Turner authored
-
Werner Lemberg authored
Formatting, small fixes. Adding copyright notices etc.
-
David Turner authored
beware, this code is not tested, and probably doesn't compile correctly.. more information will follow..
-
David Turner authored
The Type 1 driver now completely relies on "psaux". I now need to change the CID driver accordingly, then finally move the Type 2 parsing routines to "psaux" when appropriate..
-
- 22 Aug, 2000 5 commits
-
-
David Turner authored
pass parameters to the configure script
-
David Turner authored
experimental
-
David Turner authored
as the build directory. This is used to specify a specific "ftoption.h" that toggles all traces and logging on. Hence, the default build doesn't need the traces
-
David Turner authored
-
David Turner authored
the "type1z" driver uses it to parse Type 1 charstrings (not to parse the Type 1 token stream yet though)..
-
- 21 Aug, 2000 3 commits
-
-
David Turner authored
more pleasant..
-
David Turner authored
Werner, please do not start re-formatting my experimental code until I declare it "finished", because I still make big changes to it that create lots of CVS conflicts.. thanks for your work, anyway :-)
-
David Turner authored
-
- 17 Aug, 2000 2 commits
-
-
Werner Lemberg authored
Minor formatting. Adding copyright/C++ guards to psaux files.
-
David Turner authored
the t1 driver now reads the complete font matrix and applies it (some fonts do not work properly without hinting though...)
-
- 16 Aug, 2000 1 commit
-
-
David Turner authored
correctly when the auto-hinter is used (symptom: "winfonts" driver didn't load bitmaps correctly).
-
- 06 Aug, 2000 1 commit
-
-
Werner Lemberg authored
Yamano-uchi added support for SFNT-wrapped CID bitmap font files (with minor modifications from WL).
-
- 03 Aug, 2000 1 commit
-
-
Werner Lemberg authored
Updating unix/ftconfig.in to recent config/ftconfig.h changes. More C++ fixes: Introducing LOCAL_FUNC_X for local functions used in function pointers (there are no local anonymous functions in C++) and FT_CPLUSPLUS (instead of FT_EXPORT_VAR) to define linkage of structures which contain function pointers.
-
- 02 Aug, 2000 3 commits
-
-
Just van Rossum authored
-
Werner Lemberg authored
Add missing header file.
-
Werner Lemberg authored
Forgot to run autoconf...
-
- 01 Aug, 2000 9 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Werner Lemberg authored
Fixed dec-osf compiler switches. From Tom.
-
Werner Lemberg authored
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. Instead, define BASE_DEF() and BASE_FUNC() similarly to FT_EXPORT_DEF() and FT_EXPORT_FUNC(), respectively, allowing the programmer to define proper types and/or export lists for multiple DLLs if necessary (e.g. ftbase.dll -- standalone, fttype1.dll -- needs ftbase.dll, etc.). The library is finally compiling and linking natively with a C++ compiler!
-
Werner Lemberg authored
Added #ifdef's for C++ to all header files.
-
Werner Lemberg authored
Added a `distclean' target to remove files which are produced by the UNIX configure script (in case no config.mk has been created due to errors).
-
Just van Rossum authored
fixed two bugs related to T2 real numbers: the "skipping" code didn't behave correctly (leaving a bad stack ptr), and the actual parsing code also parsed the code (30) as two nibbles.
-
Just van Rossum authored
Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this...
-
Werner Lemberg authored
Use the ANSI offsetof() macro instead of something home-brewn.
-
- 31 Jul, 2000 1 commit
-
-
Werner Lemberg authored
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. Updating unix/ftsystem.c accordingly. More warning fixes.
-