David Turner
f740bd6576
added draft "psaux" code
...
the t1 driver now reads the complete font matrix
and applies it (some fonts do not work properly without
hinting though...)
25 years ago
David Turner
f89f5cdf8e
fixed the bug that prevented bitmap formats to be loaded
...
correctly when the auto-hinter is used (symptom: "winfonts"
driver didn't load bitmaps correctly).
25 years ago
Werner Lemberg
eedd97d775
Yamano-uchi added support for SFNT-wrapped CID bitmap font files (with
...
25 years ago
Werner Lemberg
0122a4a948
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Just van Rossum
75ca147140
Added little know adx offset to t1operator_seac() -- accent positioning now seems correct.
25 years ago
Werner Lemberg
95e78ae7c7
Add missing header file.
25 years ago
Werner Lemberg
7ede0f4adf
Forgot to run autoconf...
25 years ago
Just van Rossum
e092162ac7
Fixed Z1_Parse_CharStrings() to work correctly with "open" paths (ie. missing closepath operator)
25 years ago
Just van Rossum
0c99641a25
fixed t1_tofixed() to handle floats of the form .001 and -.001 correctly.
25 years ago
Werner Lemberg
5845e519ab
Fixed dec-osf compiler switches. From Tom.
25 years ago
Werner Lemberg
53c4de62d0
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
...
25 years ago
Werner Lemberg
a74e4c0dac
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
2366de2542
Added a `distclean' target to remove files which are produced by the UNIX
...
25 years ago
Just van Rossum
16b6bba241
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.
25 years ago
Just van Rossum
623160b690
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...
25 years ago
Werner Lemberg
9e2d89278f
Use the ANSI offsetof() macro instead of something home-brewn.
25 years ago
Werner Lemberg
4ddddb4482
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
ff0cedbb2f
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
1376fe7841
Fixing gcc warnings on Solaris.
25 years ago
Werner Lemberg
af753548e0
Making path of $INSTALL always absolute.
25 years ago
Werner Lemberg
7b0f516268
Update to latest versions.
25 years ago
Werner Lemberg
6ae4765fb1
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
...
25 years ago
Werner Lemberg
c1e05db2bf
Formatting.
25 years ago
Just van Rossum
f421261d9c
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.
25 years ago
Just van Rossum
e17f3e2125
Adapted to new external stream semantics.
25 years ago
David Turner
3a3c24a684
removed warning
25 years ago
Just van Rossum
327d330d23
Oops, I had exaggerated the warning levels a weensy bit...
25 years ago
Just van Rossum
e882065d41
Updated to reflect the new Mac FOND support setup.
25 years ago
Just van Rossum
22658f8eb1
Obsolete; Mac FOND support now lives in src/base/ftmac.c.
25 years ago
Just van Rossum
657ed493c7
Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation.
25 years ago
Just van Rossum
f88305673f
Removed Mac fond driver #ifdefs
25 years ago
Just van Rossum
ccb7f762c1
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().
25 years ago
Just van Rossum
6087a93044
Header for one Mac-specific additional API call.
25 years ago
Werner Lemberg
d51e088127
Formatting.
25 years ago
David Turner
ee2f62d50c
update to changelog
25 years ago
David Turner
c289782f0b
re-adding a "unix-dev.mk". Debugging libtool output
...
is just too much of a pain for me, I prefer a good old
static lib without optimizations :-)
"make devel" is back on Unix then..
25 years ago
Werner Lemberg
e4fc656e0e
*slight* formatting only. Congratulations, David! :-)
25 years ago
David Turner
661f1cdbd2
small fix to the auto-hinter:
...
the filling direction of each glyph is now re-computed on the
fly, given that we cannot rely on the "flags" field of the
source outline..
this fixes problems with many fonts, including the Arphic ones
(not to say that CJK fonts are handled better for now though..)
25 years ago
Werner Lemberg
4d8370c954
Adapting changes for Unix to other makefiles.
25 years ago
Werner Lemberg
6a6ad14838
Removing compiler warnings about unused portions of code.
...
25 years ago
Werner Lemberg
3694a4001a
Updating to libtool 1.3.5.
25 years ago
David Turner
e7ac6c4c66
small compilation fix on 64-bits machines..
25 years ago
Werner Lemberg
8283759559
Use `patsubst' instead of `subst' in cleaning rule to avoid problems with
...
25 years ago
Just van Rossum
554a350e7e
now that "type1z" is renamed to "type1"; revert to hardcoding "type1"..
25 years ago
David Turner
0e48d9f96c
small update
25 years ago
David Turner
1cc00d9863
updated documentation
25 years ago
David Turner
2db9bc11f6
- fixed the incorrect SO extension for Visual C++
...
- disabled the TrueType interpreter by default
- disabled the "type1" driver, "type1z" is now used
by default (the internal driver name is "type1" now !!)
25 years ago
Werner Lemberg
0840a9cc9f
autohint:
...
25 years ago
Werner Lemberg
b31d00fa9e
formatting
25 years ago
Just van Rossum
0e32d0616b
Use the "type1z" driver instead of the old one.
25 years ago