David Turner
04aa800ce9
added a CID-keyed font driver in "src/cid"
...
fixed two bugs in the smooth renderer
25 years ago
David Turner
4f99c3c423
fixed divide by zero bug
...
added CFF/OpenType driver source (not working for now)
25 years ago
David Turner
2e421319fc
moved a lot of things from the TrueType driver to the SFNT
...
module (whose interface has changed, by the way)
This allows even more code re-use between TrueType and
OpenType formats..
25 years ago
David Turner
1118720679
finalised the multiple masters support
...
fixed some nasty little bugs too
25 years ago
David Turner
f5dcdd5cfb
minor fix to the Type1 driver(s) to apply the font matrix when
...
necessary..
25 years ago
David Turner
51179f0ae3
some fixes for 64-bit systems. Mainly changed some
...
FT_TRACE calls to use %p instead of %lx when dumping
a pointer address
25 years ago
David Turner
109fcf6086
fixed the sbit loader (src/base/sfnt/ttsbit.c)
...
introduced a new load flag (FT_LOAD_CROP_BITMAP) used
to indicate that we want embedded bitmaps to be cropped..
Thanks a lot to Yamano-uchi, Hidetoshi
25 years ago
David Turner
3475e7fba3
removed TT_MAX_SUBGLYPHS macro, there is no static
...
limit on the number of subglyphs in a TrueType font..
changed the default number of gray levels used by the
smooth renderer to 256 (instead of 128). Of course, the
human eye can't tell a difference ;-)
25 years ago
David Turner
e49ab25c08
formatting - removed trailing spaces
25 years ago
David Turner
968f0c3749
update
25 years ago
David Turner
c60c61c684
fixed a potential memory leak when loading embedded bitmaps
25 years ago
David Turner
c30aea9846
another massive changes in order to completely avoid
...
compiler warnings with GCC + "-ansi -pedantic -Wall -W"
and LCC.
Also fixed the compilation of "type1z" with Win32-LCC
(its pre-processor is broken !!)
Updated the BUILD document too
25 years ago
David Turner
bfe2f98f1f
a new massive grunt work. Redefined the EXPORT_DEF,
...
EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to
let them take an argument..
This is needed to compile the library as a DLL on some platforms
that have different compiler conventions..
25 years ago
David Turner
a9c251c457
logged directory re-organisation
25 years ago
David Turner
efce08d67c
major re-organisation of the FreeType 2 directory hierarchy
25 years ago
David Turner
77054f2909
updates for the fifth beta
25 years ago
David Turner
c3c7e7fb0c
updated CHANGES
...
added BUILD & INSTALL
25 years ago
David Turner
58c10b5a6b
updated
25 years ago
David Turner
633da99a23
updated changes log
25 years ago
David Turner
5951ce9fc6
updated the CHANGES file
...
+ some basic formatting cleaning
25 years ago
David Turner
d2b1f35704
Initial revision
25 years ago