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
4d8370c954
Adapting changes for Unix to other makefiles.
25 years ago
Werner Lemberg
6a6ad14838
Removing compiler warnings about unused portions of code.
...
25 years ago
Werner Lemberg
3694a4001a
Updating to libtool 1.3.5.
25 years ago
David Turner
e7ac6c4c66
small compilation fix on 64-bits machines..
25 years ago
Werner Lemberg
8283759559
Use `patsubst' instead of `subst' in cleaning rule to avoid problems with
...
25 years ago
Just van Rossum
554a350e7e
now that "type1z" is renamed to "type1"; revert to hardcoding "type1"..
25 years ago
David Turner
0e48d9f96c
small update
25 years ago
David Turner
1cc00d9863
updated documentation
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
David Turner
b1aae9194c
removed obsolete file
25 years ago
Werner Lemberg
4f27de131e
*** empty log message ***
25 years ago
Werner Lemberg
a16d7155ec
Unused files.
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
9cb8fb187a
removed duplicate macro (FT_MODULE_IS_DRIVER was defined twice)
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
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