- 29 Jan, 2002 2 commits
-
-
David Turner authored
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..
-
Werner Lemberg authored
* README.UNX: Fix typo. * builds/unix/install.mk (uninstall): Fix library name for libtool.
-
- 28 Jan, 2002 3 commits
-
-
Werner Lemberg authored
* 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.
-
Werner Lemberg authored
* 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.
-
Werner Lemberg authored
* src/smooth/ftgrays.c (gray_render_scanline): Fix bug which caused bad rendering of thin lines (less than one pixel thick).
-
- 25 Jan, 2002 2 commits
-
-
Werner Lemberg authored
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work actually.
-
Werner Lemberg authored
* 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.
-
- 21 Jan, 2002 1 commit
-
-
Antoine Leca authored
* docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource.
-
- 19 Jan, 2002 2 commits
-
-
Werner Lemberg authored
Undo incorrect commit.
-
Werner Lemberg authored
* 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.
-
- 18 Jan, 2002 1 commit
-
-
Werner Lemberg authored
* builds/win32/visualc/freetype.dsp: Updated.
-
- 13 Jan, 2002 1 commit
-
-
Werner Lemberg authored
* builds/unix/freetype2.a4: The script was still buggy. * builds/unix/freetype-config.in: Make it really work for any install prefix.
-
- 11 Jan, 2002 1 commit
-
-
Werner Lemberg authored
* builds/unix/freetype2.a4: Fix some serious bugs.
-
- 09 Jan, 2002 2 commits
-
-
Werner Lemberg authored
Formatting.
-
David Turner authored
-
- 08 Jan, 2002 2 commits
-
-
David Turner authored
-
David Turner authored
installation process more Unix-friendly :-)
-
- 07 Jan, 2002 4 commits
-
-
David Turner authored
-
David Turner authored
-
David Turner authored
a release build (debugging off, bytecode interpreter off)
-
David Turner authored
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)
-
- 06 Jan, 2002 2 commits
-
-
Werner Lemberg authored
formatting
-
David Turner authored
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")
-
- 04 Jan, 2002 2 commits
-
-
David Turner authored
-
David Turner authored
-
- 03 Jan, 2002 3 commits
-
-
Werner Lemberg authored
* src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler warning.
-
David Turner authored
all FreeType input streams are closed in child processes of a "fork" on Unix systems. This is important to avoid (potential) access control issues..
-
David Turner authored
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.. !!
-
- 31 Dec, 2001 1 commit
-
-
Werner Lemberg authored
Formatting.
-
- 30 Dec, 2001 1 commit
-
-
David Turner authored
in order to produce better letter spacing..
-
- 25 Dec, 2001 1 commit
-
-
Antoine Leca authored
16-bit bcc was never selected, always overriden by 32-bit bcc32.
-
- 23 Dec, 2001 2 commits
-
-
Werner Lemberg authored
* src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE' and fix incorrect computation of `available_sizes'.
-
Werner Lemberg authored
Formatting.
-
- 22 Dec, 2001 3 commits
-
-
Werner Lemberg authored
New file.
-
David Turner authored
-
Werner Lemberg authored
* 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.
-
- 21 Dec, 2001 4 commits
-
-
David Turner authored
* 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)..
-
David Turner authored
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..
-
David Turner authored
routines were never released when CID faces were destroyed
-
David Turner authored
routines were never released when CID faces were destroyed
-