Werner Lemberg
81cb1bb920
* builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first.
...
* src/cache/ftccache.c (ftc_cache_resize): Mark `error' as unused
to avoid compiler warning.
* src/cff/cffload.c (CFF_Get_String): Ditto.
* src/cff/cffobjs.c (CFF_StrCopy): Ditto.
* src/psaux/psobjs.c (PS_Table_Done): Ditto.
* src/pcf/pcfread.c (pcf_seek_to_table_type): Ditto.
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): Ditto.
(pcf_get_bitmaps): The same for `sizebitmaps'.
* src/psaux/t1decode.c (T1_Decode_Parse_Charstrings): The same for
`orig_y'.
(t1operator_seac): Comment out more dead code.
* src/pshinter/pshalgo2.c (ps2_hints_apply): Add `DEBUG_HINTER'
conditional.
* src/truetype/ttgload.c (TT_Process_Simple_Glyph,
load_truetype_glyph): Add `TT_CONFIG_OPTION_BYTECODE_INTERPRETER'
conditional.
2002-02-19 16:30:15 +00:00
Werner Lemberg
cc0039b533
* src/autohint/ahglyph.c (ah_outline_link_segments): Remove unused
...
variables.
* src/autohint/ahhint.c (ah_align_serif_edge): Use FT_UNUSED instead
of UNUSED.
* src/autohint/ahmodule.c (ft_autohinter_reset): Ditto.
* src/pshinter/pshrec.c (ps_mask_table_merge): Fix typo in variable
swapping code.
* src/pshinter/pshglob.h (PSH_Blue_Align): Add PSH_BLUE_ALIGN_NONE.
* src/pshinter/pshglob.c (psh_blues_snap_stem): Use it.
* src/pshinter/pshalgo1.c (psh1_hint_table_optimize): Ditto.
* src/pshinter/pshalgo2.c (psh2_hint_align): Ditto.
* include/freetype/internal/ftobjs.h (UNUSED): Removed.
2002-02-19 01:12:23 +00:00
Werner Lemberg
8f2aa06409
Add support for ISOLatin1 PS encoding.
...
* include/freetype/freetype.h (ft_encoding_latin_1): New tag
(`lat1').
* include/freetype/internal/t1types.h (T1_Encoding_Type): Add
`t1_encoding_isolatin1'.
* src/type1/t1driver.c (Get_Char_Index, Get_Next_Char): Handle
ft_encoding_latin_1.
* src/type1/t1load.c (parse_encoding): Handle `ISOLatin1Encoding'.
* src/type1/t1objs.c (T1_Face_Init): Handle `t1_encoding_isolatin1'.
2002-02-10 12:33:14 +00:00
Werner Lemberg
1481a93d06
* README: Fix typo.
...
* docs/CHANGES: Minor fixes.
2002-02-09 17:59:12 +00:00
David Turner
2239bd0d51
updating docs for 2.0.8
2002-02-08 14:00:20 +00:00
David Turner
749c7bce97
setting PATH_LEVEL to 8
...
removing FT_Get_Next_Char from the API (for the 2.0.8 release)
2002-02-08 13:54:10 +00:00
Werner Lemberg
d61774feb9
cleaning
2002-02-08 13:11:18 +00:00
David Turner
03c6ca930c
adding comments to FT_Get_Next_Char
2002-02-08 10:50:12 +00:00
Werner Lemberg
efb5eb9836
some cleaning
2002-02-08 06:23:50 +00:00
David Turner
6947e1883e
* src/pcf/pcfread.c (pcf_load_font): removed immature support of
...
the AVERAGE_WIDTH property..
2002-02-07 16:59:38 +00:00
David Turner
a8c225cbaa
support for embedded fonts in PDF documents. These
...
often do not have a 'cmap', 'post' and 'name' table and
were not loaded by FreeType previously..
(thanks to Derek B. Noonburgs from XPDF)
2002-02-06 13:59:25 +00:00
David Turner
a391b7e86f
fixing memory leak in the PCF driver, and managing the
...
"AVERAGE_WIDTH" property in PCF fonts to return correct
character pixel (width/height) pairs for embedded bitmaps..
2002-02-06 11:22:56 +00:00
David Turner
025bbaa967
removing compiler warnings
2002-02-06 11:22:01 +00:00
Werner Lemberg
08270698e7
Adding the function `FT_Get_Next_Char', doing the obvious thing
...
w.r.t. the selected charmap.
* include/freetype/freetype.h: Add prototype.
* include/freetype/internal/ftdriver.h: Add `FTDriver_getNextChar'
typedef.
(FT_Driver_Class): Use it.
* include/freetype/internal/psnames.h: Add `PS_Next_Unicode_Func'
typedef.
(PSNames_Interface): Use it.
* include/freetype/internal/tttypes.h: Add `TT_CharNext_Func'
typedef.
(TT_CMapTable): Use it.
* src/base/ftobjs.c (FT_Get_Next_Char): New function, implementing
high-level API.
* src/cff/cffdrivr.c (cff_get_next_char): New function.
(cff_driver_class): Add it.
* src/cid/cidriver.c (Cid_Get_Next_Char): New function.
(t1cid_driver_class): Add it.
* src/pcf/pcfdriver.c (PCF_Get_Next_Char): New function.
(pcf_driver_class): Add it.
* src/psnames/psmodule.c (PS_Next_Unicode): New function.
(psnames_interface): Add it.
* src/sfnt/ttcmap.c (code_to_next0, code_to_next2, code_to_next4,
code_to_next6, code_to_next_8_12, code_to_next_10): New auxiliary
functions.
(TT_CharMap_Load): Use them.
* src/truetype/ttdriver.c (Get_Next_Char): New function.
(tt_driver_class): Add it.
* src/type1/t1driver.c (Get_Next_Char): New function.
(t1_driver_class): Add it.
* src/winfnt/winfnt.c (FNT_Get_Next_Char): New function.
(winfnt_driver_class): Add it.
* src/pcf/pcfread.c (pcf_load_font): For now, report Unicode for
Unicode and Latin 1 encodings.
2002-02-04 20:55:58 +00:00
Werner Lemberg
5b4691278c
* builds/unix/freetype-config.in: Add missing `fi'.
2002-02-02 15:05:38 +00:00
David Turner
f8d40f96c0
increasing FREETYPE_PATCH to 7
2002-02-01 09:22:39 +00:00
Werner Lemberg
acf80aa238
Formatting.
2002-02-01 01:20:11 +00:00
David Turner
5eef31a04f
updating documentation for 2.0.7
2002-01-31 17:42:05 +00:00
Werner Lemberg
708fd47251
*** empty log message ***
2002-01-30 22:37:52 +00:00
David Turner
a104001612
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
8ac794cf04
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
43e5b1147d
* README.UNX: Fix typo.
...
* builds/unix/install.mk (uninstall): Fix library name for libtool.
2002-01-29 01:11:23 +00:00
Werner Lemberg
e8d3b9b75d
* 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
7c836c227c
* 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
5e99e92619
* 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
2ee087e487
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work
...
actually.
2002-01-25 22:55:53 +00:00
Werner Lemberg
840c2f268e
* 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
c511ad734b
* 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
9d7468015b
Undo incorrect commit.
2002-01-19 02:24:22 +00:00
Werner Lemberg
6b86b0b54d
* 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
548de419a2
* builds/win32/visualc/freetype.dsp: Updated.
2002-01-18 09:00:44 +00:00
Werner Lemberg
08411e563d
* 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
7d697ff893
* builds/unix/freetype2.a4: Fix some serious bugs.
2002-01-11 02:22:40 +00:00
Werner Lemberg
b8ced96ce3
Formatting.
2002-01-09 21:01:18 +00:00
David Turner
944ac3747e
small speed-up to the anti-aliased renderer
2002-01-09 10:48:25 +00:00
David Turner
82436dcc60
adding files
2002-01-08 18:34:11 +00:00
David Turner
9d283e504d
added 'configure' and 'install' wrapper scripts to make the
...
installation process more Unix-friendly :-)
2002-01-08 18:33:55 +00:00
David Turner
6456a92ebb
fixed html quoting in DocMaker
2002-01-07 12:09:51 +00:00
David Turner
7dc6718343
updating documentation
2002-01-07 10:40:48 +00:00
David Turner
4472fd437d
* 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
3837098a65
* 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
2a4ea10b05
formatting
2002-01-06 16:42:44 +00:00
David Turner
f126ee26e7
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
6ee4fcdeea
added README.UNX for Unix users
2002-01-04 16:36:42 +00:00
David Turner
b122d6d843
remove compiler warnings and a typo in builds/unix/ftsystem.c
2002-01-04 09:47:30 +00:00
Werner Lemberg
1ccd917ed6
* src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler
...
warning.
2002-01-03 22:06:13 +00:00
David Turner
52ca40b522
* 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
1c2ef2b948
* 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
da0da4a5e8
Formatting.
2001-12-31 16:04:26 +00:00
David Turner
dcf5e6e5c5
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