Werner Lemberg
d0c36e3b5a
Formatting; fixing documentation.
25 years ago
David Turner
d18388e44b
fixed a few 64-bit related bugs in "sfnt/ttload.c" and
...
"base/ftstream.c"
Note that "TT_PCLT" was incorrectly defined in
<freetype/tttables.h>
25 years ago
Werner Lemberg
768c9561f6
Formatting. Fixing some tracing messages.
25 years ago
Werner Lemberg
5811c7c3a5
Formatting.
...
25 years ago
David Turner
db5285a042
added missing file
25 years ago
Werner Lemberg
fbeb41d93d
Formatting.
...
25 years ago
David Turner
e0bba32291
fixed the PSNames -> Unicode translation table
...
the Python script "glnames.py" was buggy and
lacked quite a few values in the "names_to_unicode"
table !!
25 years ago
Werner Lemberg
798e70e44c
Removing.
25 years ago
Werner Lemberg
11735fe317
A small fix from Tom.
25 years ago
Werner Lemberg
a8bbc267a2
Formatting as usual...
...
25 years ago
David Turner
c06aba285f
updated the CHANGES file, plus a few fix in "ftstring" to
...
display monochrome glyphs too
25 years ago
David Turner
f9ca2bb58a
managed to re-design entirely the API in <freetype/ftglyph.h>
...
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..
25 years ago
Werner Lemberg
ac39ecdca8
Formatting...
...
25 years ago
Werner Lemberg
cc9fc49c90
Formatting...
...
25 years ago
David Turner
5ae831c101
changes used to implement the auto-hinting support
25 years ago
David Turner
203bb47cfe
first updates to the tutorial. This is step 1 (fairly basic stuff)
25 years ago
David Turner
32b85e67cb
various bug fixes in the postscript font drivers (mainly they
...
added one un-necessary point to each contour..)
25 years ago
David Turner
cc809bcbe6
fixed an ugly bug that caused some unaligned access
...
on 64-bits platforms.. Thnks a lot to Tom !!
25 years ago
David Turner
60402683ba
small fix in the definition of the convenience functions
25 years ago
Werner Lemberg
deb4e98396
Formatting...
...
25 years ago
David Turner
63e3c3b529
some real updates to the tutorial, more to come soon
25 years ago
David Turner
98258619df
debugged the CFF driver. The "advance width" problem
...
was strictly unrelated to our previous worries, it was a
really simple bug in t2gload.c !!
25 years ago
David Turner
075cdf1288
fixed a _nasty_ bug in the CFF driver. Note that there are still escapement problems though..
25 years ago
David Turner
98c2fde0b3
removed obsolete files... :-(
25 years ago
David Turner
81bb4ad937
latest clean-ups..
...
The code compiles with NO WARNINGS with GCC and
Visual C++ (also with LCC minus debugging options)
25 years ago
David Turner
9d636b6d14
various cleanups to reduce compiler warnings
...
+ support for CID-keyed fonts in the CFF driver
(still some unexpected bugs though..)
25 years ago
David Turner
74abee8e2e
various cleanups to reduce compiler warnings
25 years ago
David Turner
7ed5a057cf
small bugfix
25 years ago
David Turner
385bedb832
formatting
25 years ago
David Turner
728da1c863
changed file names and some functions names to avoid
...
conflicts with the "type1" driver.
25 years ago
David Turner
a1be2dcee3
cleaned up source code to avoid function name
...
conflicts with Type 1 driver(s)
25 years ago
David Turner
5ae1bad3f6
added new renderer module
25 years ago
Werner Lemberg
314bf4a1f4
fix typo in w32-vcc.mk
...
25 years ago
Werner Lemberg
b3880ddeaa
fixing __cplusplus block end.
25 years ago
Werner Lemberg
d7a046838f
More formatting.
...
25 years ago
Werner Lemberg
dcd2e14c58
forgotten fixes.
25 years ago
Werner Lemberg
a929ba9b20
applying formatting again
25 years ago
David Turner
994d7747fb
various hacks to the TrueType driver that I cannot
...
explain now, but they'll be very useful in the near future :-)
25 years ago
David Turner
2a98b3c431
reduced some nasty memory leaks
25 years ago
David Turner
90f68b7272
still more updates to the TrueType driver to make it more
...
"extensible"..
25 years ago
David Turner
b51a58fae6
added a few missing commits !!
25 years ago
David Turner
873a95432d
fix
25 years ago
David Turner
c31286153a
bugfixes in the Type1 drivers
25 years ago
Pavel Kaňkovský
5b58f5e374
fixed *top++ bug present in type1/t1gload.c as well
25 years ago
Pavel Kaňkovský
7802d4664d
*top++-bug was not a compiler bug, therefore the comment about the
...
affected compiler was misleading and has been removed
25 years ago
David Turner
d0079e669e
improved the Type1 drivers to deal with the case where
...
the lenIV field is set to -1 to indicate unencoded charstrings
fixed some source code to prevent a compiler bug on IRIX
fixed the module version's in the "type1z" driver
25 years ago
David Turner
910c597d1a
updated for new design
25 years ago
David Turner
aa4c28f9fe
added new files
25 years ago
David Turner
53078ee750
removed obsolete headers, added new ones
25 years ago
David Turner
206297435e
small bugfix
25 years ago