David Turner
944b72986f
updating documentation for 2.0.7
2002-01-31 17:42:05 +00:00
Werner Lemberg
b0e06e0b8b
Fix ChangeLog.
2002-01-30 22:37:52 +00:00
David Turner
a40fb43d7e
moved INSTALL to docs/INSTALL to get rid of conflicts with the "install"
...
script on Windows (where the file system doesn't preserve CASE)
2002-01-30 12:56:16 +00:00
David Turner
09c14ae7c8
fixed the "configure" script in the top-level directory..
...
It didn't work correctly when several arguments were passed
to it. For example, when typing:
./configure --disable-shared --prefix=/usr
the "--prefix=/usr" was incorrectly sent to the "make" program..
2002-01-29 18:13:54 +00:00
Werner Lemberg
12a8741e7b
* README.UNX: Fix typo.
...
* builds/unix/install.mk (uninstall): Fix library name for libtool.
2002-01-29 01:11:23 +00:00
Werner Lemberg
a9aa69c2c8
* src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of
...
the face object (face->toc.tables, face->root.family_name,
face->root.available_size, face->charset_encoding,
face->charset_registry are now freed). Thanks to Niels Moseley.
2002-01-28 23:52:24 +00:00
Werner Lemberg
556ad08f03
* src/type1/t1load.c (parse_encoding): Set `loader->num_chars'.
...
* src/type1/t1load.c (parse_subrs, parse_charstrings): Use copy
of `base' string for decrypting to not modify the original data.
2002-01-28 13:34:52 +00:00
Werner Lemberg
e274290d71
* src/smooth/ftgrays.c (gray_render_scanline): Fix bug which caused
...
bad rendering of thin lines (less than one pixel thick).
2002-01-28 05:04:22 +00:00
Werner Lemberg
43071cb7f2
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work
...
actually.
2002-01-25 22:55:53 +00:00
Werner Lemberg
8880f2c14d
* src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix
...
compilation warnings.
* src/base/descrip.mms (OBJS): Add `ftmm.obj'.
* src/cache/descrip.mms (ftcache.obj): Dependencies added.
2002-01-25 16:05:39 +00:00
Antoine Leca
84712cc3fb
* docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource.
2002-01-21 21:57:38 +00:00
Werner Lemberg
3f242ddd52
Undo incorrect commit.
2002-01-19 02:24:22 +00:00
Werner Lemberg
9c8ee92050
* builds/win32/ftdebug.c: New file.
...
* builds/win32/visualc/freetype.dsp: Updated.
* builds/amiga/src/base/ftsystem.c: Updated for AmigaOS 3.9.
* builds/amiga/README: Updated.
2002-01-19 02:20:45 +00:00
Werner Lemberg
5117ff0b73
* builds/win32/visualc/freetype.dsp: Updated.
2002-01-18 09:00:44 +00:00
Werner Lemberg
2f260409a4
* builds/unix/freetype2.a4: The script was still buggy.
...
* builds/unix/freetype-config.in: Make it really work for any install
prefix.
2002-01-13 06:36:02 +00:00
Werner Lemberg
51f245a615
* builds/unix/freetype2.a4: Fix some serious bugs.
2002-01-11 02:22:40 +00:00
Werner Lemberg
3975e2e1f5
Formatting.
2002-01-09 21:01:18 +00:00
David Turner
db3ac3b360
small speed-up to the anti-aliased renderer
2002-01-09 10:48:25 +00:00
David Turner
dc47784610
adding files
2002-01-08 18:34:11 +00:00
David Turner
ce9a0441ad
added 'configure' and 'install' wrapper scripts to make the
...
installation process more Unix-friendly :-)
2002-01-08 18:33:55 +00:00
David Turner
32ee45e09f
fixed html quoting in DocMaker
2002-01-07 12:09:51 +00:00
David Turner
6096b5a11c
updating documentation
2002-01-07 10:40:48 +00:00
David Turner
66f894e76c
* include/freetype/config/ftoption.h: setting default options for
...
a release build (debugging off, bytecode interpreter off)
2002-01-07 10:05:34 +00:00
David Turner
f86709a15b
* src/base/ftobjs.c, src/base/ftoutln.c, src/cache/ftccmap.c,
...
src/cff/cffload.c, src/cff/cffobjs.c, src/pshinter/pshalgo2.c,
src/sfnt/ttload.c, src/sfnt/ttsbit.c: removing small compiler
warnings (in pedantic compilation modes)
2002-01-07 10:04:09 +00:00
Werner Lemberg
ac812959bb
formatting
2002-01-06 16:42:44 +00:00
David Turner
f7f82d773b
the TrueType glyph loader is now much more paranoid, this avoids
...
unpleasant overwrites in the case of invalid glyph data (found in
the output of buggy font converters)
the computation of auto-hinted stem widths has been modified to
avoid certain color fringes in LCD-decimation rendering (a.k.a.
"ClearType")
2002-01-06 10:13:40 +00:00
David Turner
b1748d4044
added README.UNX for Unix users
2002-01-04 16:36:42 +00:00
David Turner
7fe38a5124
remove compiler warnings and a typo in builds/unix/ftsystem.c
2002-01-04 09:47:30 +00:00
Werner Lemberg
1a0a97938a
* src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler
...
warning.
2002-01-03 22:06:13 +00:00
David Turner
c48bf37bda
* builds/unix/ftsystem.c (FT_New_Stream): added a fix to ensure that
...
all FreeType input streams are closed in child processes of a "fork"
on Unix systems. This is important to avoid (potential) access
control issues..
2002-01-03 17:08:20 +00:00
David Turner
662b344c23
* src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the
...
library when dealing with certain weird fonts (like "Stalingrad",
in "sadn.pfb". This font has no full font name entry.. )
* src/base/ftoutln.c, include/freetype/ftoutln.h: added the
FT_Outline_Check API to check the consistency of outline data
* src/base/ftobjs.c (FT_Load_Glyph): added a call to the new
FT_Outline_Check to ensure that loaded glyphs are valid. This
allows certain fonts like "tt1095m_.ttf" to be loaded even though
it appears they contain really funky glyphs..
there still is a bug there though.. !!
2002-01-03 16:56:59 +00:00
Werner Lemberg
d3a71dd4ac
Formatting.
2001-12-31 16:04:26 +00:00
David Turner
1127b2bf3f
improving the computation of the advance widths of auto-hinted glyphs,
...
in order to produce better letter spacing..
2001-12-30 01:30:11 +00:00
Antoine Leca
fb009c7449
* builds/dos/detect.mk: Correcting the order for Borland compilers:
...
16-bit bcc was never selected, always overriden by 32-bit bcc32.
2001-12-25 20:54:33 +00:00
Werner Lemberg
f891f91113
* src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
...
and fix incorrect computation of `available_sizes'.
2001-12-23 01:38:53 +00:00
Werner Lemberg
3681e37db9
Formatting.
2001-12-23 00:56:36 +00:00
Werner Lemberg
2786758c2e
New file.
2001-12-22 20:32:20 +00:00
David Turner
9a9edc6624
fixing the autohinter: the advance of auto-hinted glyphs in mono-spaced fonts was incorrect
2001-12-22 16:07:52 +00:00
Werner Lemberg
af594e606a
* builds/amiga/*: Adaptations to latest changes.
...
Support added for MorphOS.
* src/pshinter/pshrec.c (FT_COMPONENT): Redefine to `trace_pshrec'.
(ps_mask_table_merge, ps_hints_open, ps_hints_stem,
ps_hints_t1stem3, ps_hints_t2mask, ps_hints_t2counter): Fix
FT_ERROR messages.
* src/pshinter/pshalgo1.c (FT_COMPONENT): Define as
`trace_pshalgo1'.
* src/pshinter/pshalgo2.c (FT_COMPONENT): Define as
`trace_pshalgo2'.
* include/freetype/internal/ftdebug.h (FT_Trace): Updated.
* docs/modules.txt: New file.
2001-12-22 14:38:40 +00:00
David Turner
b5c7de5b37
* src/cff/cffgload.c: added a comment regarding "cntrmask" operator
...
* src/pshinter/pshrec.c: now ignores invalid "hintmask" and "cntrmask"
operators (instead of returning an error). Glyph 2028 of the CFF font
"MSung-Light-Acro" couldn't be rendered otherwise (it seems its
charstring is buggy, though this requires more analysis)..
2001-12-21 21:21:13 +00:00
David Turner
7c0d20814a
* src/cff/cffgload.c, src/psaux/t1decode.c, src/pshinter/pshrec.c,
...
src/pshinter/ahalgo2.c, src/pshinter/pshglob.h: fixed a bug where
the X and Y axis where inversed in the postscript hinter. this
caused problem when displaying on non-square surfaces..
2001-12-21 15:59:43 +00:00
David Turner
3a664fca14
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
...
routines were never released when CID faces were destroyed
2001-12-21 15:26:19 +00:00
David Turner
79ea4cd40c
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
...
routines were never released when CID faces were destroyed
2001-12-21 15:20:48 +00:00
Werner Lemberg
f05003dace
Formatting.
2001-12-21 10:57:09 +00:00
David Turner
0515c09637
* src/pshinter/pshglob.c (psh_globals_new): replaced a floating point
...
constant with a fixed-float equivalent. For some reason, some compilers
aren't capable of directly computing a floating pointer constant casted
to FT_Fixed, and will link a math library instead !!
2001-12-21 04:16:42 +00:00
Werner Lemberg
f41e71a199
* src/base/ftobjs.c (FT_Done_Library): Remove compiler warning.
...
Formatting.
2001-12-20 21:22:02 +00:00
Werner Lemberg
21e046e0c4
Formatting.
...
* src/cache/ftccache.c (ftc_node_destroy, ftc_cache_lookup): Fix
tracing strings.
* src/cache/ftccmap.c (ftc_cmap_family_init): Ditto.
* src/cache/ftcmanag.c (ftc_family_table_alloc,
ftc_family_table_free, FTC_Manager_Check): Ditto.
* src/cache/ftcsbits.c (ftc_sbit_node_load): Ditto.
2001-12-20 17:49:10 +00:00
David Turner
0f58446b3e
disabling bytecode interpreter
2001-12-20 13:34:21 +00:00
David Turner
0fcb412ffc
* docs/CHANGES: updated for 2.0.6 release
...
* src/cff/cffload.h, src/cff/cffload.c, src/cff/cffgload.c: updated
to mode the definition of encoding tables within "cffload.c" instead
of making them part of a shared header (causing problems in "multi"
builds)
2001-12-20 13:33:03 +00:00
David Turner
c8087481df
* docs/TODO: added "stem3 and counter hints support" to the TODO list
...
for the Postscript hinter
* docs/BUGS: closed the AUTOHINT-NO-SBITS bug.
* src/pshinter/pshrec.c (t2_hint_stems), src/cff/cffobjs.h,
src/cff/cffobjs.c, src/cff/cffload.c, src/cff/cffload.h,
src/cff/cffgload.c, src/cff/cffgload.h, src/cff/cffdriver.c,
include/freetype/internal/cfftypes.h: added Postscript hinter support
to the CFF driver
* src/base/ftobjs.c (FT_Done_Library): fixed a stupid bug that crashed
the library on exit
2001-12-20 13:14:18 +00:00