- 22 Aug, 2000 4 commits
-
-
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 4 commits
-
-
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.
-
Werner Lemberg authored
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, you should #define FT_STRUCTURE to the structure which will be filled. Replaced FT_FIELD_REF with FT_FIELD_SIZE, FT_FIELD_SIZE_DELTA, and FT_FIELD_OFFSET to make the code more readable; additionally, it should be more portable because we no longer cast a pointer to an FT_UShort (which e.g. fails with Sun's C++ compiler) but computes the difference between two pointers which is guaranteed to work. Fixing warnings (and C++ errors) while using Sun's latest cc and CC incarnations. Most of them are related to variable shadowing.
-
Werner Lemberg authored
Fixing gcc warnings on Solaris.
-
Werner Lemberg authored
Making path of $INSTALL always absolute.
-
- 30 Jul, 2000 2 commits
-
-
Werner Lemberg authored
Update to latest versions.
-
Werner Lemberg authored
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to make it libtool run on OSF.
-
- 29 Jul, 2000 1 commit
-
-
Werner Lemberg authored
Formatting.
-
- 28 Jul, 2000 9 commits
-
-
Just van Rossum authored
FT_Done_Stream(): do stream->close = 0 after calling stream->close(); this makes it safe to call FT_Done_Stream() more than once. David: please review this; I hope you agree with this minor change.
-
Just van Rossum authored
-
David Turner authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Brand new Mac support -- no more muching with changing drivers and reinitializing streams, but a clean layer on top of FT_Open_Face(): an extended version of FT_New_Face().
-