David Turner
9b3d1c75ad
- fixed a leak in the Type 1 driver
...
- updated the CFF driver to support flex opcodes
25 years ago
David Turner
607358967f
removed obsolete files..
25 years ago
David Turner
ab9cc277c2
added Windows FNT/FON font driver
25 years ago
David Turner
43a2f656a7
fixed a few bugs, cleaned up some code
25 years ago
Werner Lemberg
bd5ae40006
Run g++ on the FreeType library. This should make the use of code in
...
25 years ago
David Turner
c6157665ac
stupid changed due to Visual C++ brain dead behaviour
...
the "vector" parameter of FT_Vector_Transform was
changed to "vec"..
25 years ago
David Turner
c6a92202c2
various clean-ups:
...
- 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..
25 years ago
Werner Lemberg
aa8c7da0bf
Don't use -lefence in the demo Makefile.
...
25 years ago
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