Werner Lemberg
d51e088127
Formatting.
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
6a6ad14838
Removing compiler warnings about unused portions of code.
...
25 years ago
Just van Rossum
554a350e7e
now that "type1z" is renamed to "type1"; revert to hardcoding "type1"..
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
Just van Rossum
704bf63216
Changed parse_subrs() so that it'll work correctly both with wrongly sorted subr indices *and* non-contiguous subr arrays. Thanks to Tom K. for helping to isolate the problem.
25 years ago
Werner Lemberg
0456354658
`make install' is available now.
...
25 years ago
Werner Lemberg
db578ae090
Adding $(SO) and $(SA), denoting objects and library for a static build.
...
25 years ago
Just van Rossum
d1ab7f5a4c
Hardcode loading the Mac FOND driver here, as config/ftmodule.h sometimes gets regenerated.
25 years ago
Just van Rossum
70e5aa2320
updating the Mac stuff to the current situaton
25 years ago
Werner Lemberg
81991cd203
Fix file inclusion.
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
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
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
97b2de5898
More formatting.
...
25 years ago
Werner Lemberg
b48a6094b2
Formatting.
...
25 years ago
Werner Lemberg
681e8eea5f
formatting
...
25 years ago
Werner Lemberg
415cc7c905
Formatting.
...
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
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
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
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