Just van Rossum
70e5aa2320
updating the Mac stuff to the current situaton
25 years ago
Werner Lemberg
42a29f2a85
For Unix platforms, `configure' will be always called now.
...
25 years ago
Werner Lemberg
81991cd203
Fix file inclusion.
25 years ago
Werner Lemberg
e616d22529
Adding $(CFG) variable to pass configure script parameters.
...
25 years ago
Werner Lemberg
d060a75b0d
Formatting.
...
25 years ago
David Turner
c49f69cb8c
some welcome fixes related to the auto-hinter:
...
- removed a stupid memory leak
- fixed the weird metrics hinting (the horizontal edges were used,
instead of the vertical one, to compute the metrics adjustments,
silly, silly, silly).
there is still some bugs that I'm looking at though, but we're
very near the release..
25 years ago
David Turner
bca332875d
Boris's patch regarding glyph index 0
25 years ago
David Turner
3469d0d038
added auto-hinter module. Note that the code has been
...
cleaned up, and it seems a bug was introduced ???
I'll start checking this under Linux, as debugging is a lot
easier under this environment..
25 years ago
David Turner
6930b45f78
- introduced FT_Get_Glyph_Name (see freetype.h)
...
to access individual glyph names. Changed some
drivers to support it through a new interface named
"glyph_name".
- introduced FT_Get_Sfnt_Name (see ftnames.h)
to access the SFNT name table in a TrueType/OpenType
file..
25 years ago
Werner Lemberg
6b8fcd530e
Renaming license.txt -> LICENSE.TXT for orthogonality.
25 years ago
Werner Lemberg
a4367e0819
Formatting.
...
25 years ago
Werner Lemberg
e1bbc017ce
Formatting.
...
25 years ago
Werner Lemberg
c8f9cf37d3
Formatting.
25 years ago
Werner Lemberg
0959a8777a
Formatting.
25 years ago
David Turner
2f8f154241
Boris patches for ascender/descender/text height
25 years ago
Werner Lemberg
5aa646c565
Formatting.
...
25 years ago
David Turner
8cfcf6e057
more patches from Tom (to fix its former patches :-)
25 years ago
David Turner
49bd4f054a
removed some warnings with Visual C++
...
that prevented compilation
25 years ago
Werner Lemberg
6cca5578b6
Formatting.
25 years ago
Werner Lemberg
862bcbb760
Fixed typo.
25 years ago
Werner Lemberg
2405d14f77
Formatting/Synchronizing.
...
25 years ago
David Turner
e161ee449c
fixed a bug that caused invalid clipping of monochrome bitmaps
...
when they were blitted on the left edge of an 8-bit pixmap..
25 years ago
Werner Lemberg
93ac3e3985
Formatting.
...
25 years ago
David Turner
e208f4e020
fixed a really tupid bug in the Multiple Master support
...
of "type1z"
25 years ago
Werner Lemberg
670caab855
Formatting.
25 years ago
David Turner
b390a12429
removed some stupid #defines in <freetype/config/ftconfig.h>
25 years ago
Werner Lemberg
97b2de5898
More formatting.
...
25 years ago
Werner Lemberg
b48a6094b2
Formatting.
...
25 years ago
Werner Lemberg
681e8eea5f
formatting
...
25 years ago
Werner Lemberg
7b5c4a96e1
Removed `demos' tree. Use `ft2demos' module instead.
25 years ago
Werner Lemberg
415cc7c905
Formatting.
...
25 years ago
Werner Lemberg
50857ff4b3
ttdebug will compile again...
25 years ago
Werner Lemberg
7fa51b5535
Formatting.
...
25 years ago
David Turner
e1075ceabb
the font driver now supports CEF fonts and needs a few
...
more work to fully support pure CFF fonts..
yet another patch inspired by Tom !! Aaaaa :-)
25 years ago
David Turner
9eeea990cc
fixes from Tom related to 64-bitness and strange
...
compiler behaviour on DEC Unix
also preliminary support for CEF fonts. I can
see the glyphs in "ftview" but need to complete
the Unicode charmap support..
25 years ago
David Turner
52b430abea
fixed a rather stupid bug in the last patch (one of those with
...
dire consequences..)
25 years ago
David Turner
1ca6f2d136
minor update
25 years ago
David Turner
9a5ec98ad3
removed "BUILD"
25 years ago
David Turner
dbeb64e318
removed the "config" directory, now replaced by "builds"
25 years ago
David Turner
a90663f591
vast clean-up of the sources in order to allow flat
...
directory compilation (by defining the FT_FLAT_COMPILE
macro at compile time..)
moved "freetype2/BUILD" to "freetype2/docs/BUILD"
25 years ago
David Turner
7404301024
renaming "freetype2/config" to "freetype2/builds"
25 years ago
David Turner
62952153fe
removed a compiler warning..
25 years ago
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