* src/sfnt/sfobjs.c (sfnt_face_load): fixed silly bug that
formatting, doc improvements
* include/freetype/internal/sfnt.h, src/sfnt/sfdriver.c,
Formatting, copyright years, minor doc fixes.
* builds/unix/unix-cc.in: don't filter-out exported functions
* devel/ftoption.h: Synchronize with
Formatting, copyright years, documentation improvements.
* builds/amiga/src/base/ftsystem.c, devel/ftoption.h
* include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove
* include/freetype/ftoutln.h (FT_Outline_Embolden): Mention in
* src/sfnt/ttmtx.c (tt_face_get_metrics): Typo.
* src/sfnt/ttmtx.c (tt_face_load_hhea, tt_face_load_hmtx): Simply
Clean up the SFNT_Interface. In this final pass, `load_hmtx' is
* src/sfnt/ttmtx.h, src/sfnt/ttmtx.c: Why are there two copies of
Clean up the SFNT_Interface. In this pass, we want to treat the font
Clean up the SFNT_Interface. Table loading functions are now named
Formatting, copyright years.
* src/autofit/afcjk.c (af_cjk_metrics_init): Fix a stupid bug...
* include/freetype/config/ftoption.h (AF_CONFIG_OPTION_CJK): #define
Introduce experimental autofit CJK module based on akito's autohint
* src/cid/cidparse.c (cid_parse_new): Remove shadowing variable.
fix src/cid/cidparse.c for too-short CIDFont
fix --with-old-mac-fonts option
* Makefile, *.mk: Use `?=' where appropriate.
* builds/unix/install.mk (install): Fix path for ftmodule.h.
* builds/unix/unixddef.mk: Actually do define PLATFORM (fixing
s/index/size_index/ to avoid compiler warnings.
* src/otvalid/module.mk: s/otvalid_module_class/otv_module_class/.
Implement new, simplified module selection. With GNU make it is now
* src/cff/cffobjs.c (cff_face_init), src/cid/cidobjs.c
* include/freetype/internal/t1types.h (AFM_FontInfo),
* src/*/module.mk (.PHONY): Add.
* devel/ftoption.h: Synchronize with
* README, docs/FTL.TXT: Fix email address for bug reports.
* builds/unix/configure.ac: fixed build problem on Cygwin
Formatting, copyright years.
* src/autofit/afwarp.c: simple #ifdef to prevent compilation when
* builds/win32/visualc/freetype.dsp: updating project file to
* builds/freetype.mk, Jamfile: define the macro FT2_BUILD_LIBRARY
* include/freetype/freetype.h (FT_Select_Size): Rename the second
* src/psaux/psaux.c src/psaux/psauxmod.c src/type1/t1driver.c: Make
* builds/unix/install-sh, builds/unix/mkinstalldirs: Updated from
* src/autofit/afloader.c (af_loader_load_g): Move AF_USE_WARPER up
* src/autofit/rules.mk (AUTOF_DRV_SRC): Add afwarp.c.
* src/autofit/aflatin.c, src/autofit/afwarp.h, src/autofit/afwarp.c,
* src/sfnt/ttsbit0.c (tt_face_load_strike_metrics): fixed small
* builds/win32/visualc/freetype.dsp: Updated.
Use pscmap service in CFF module.
Formatting, copyright years.
* src/psaux/afmparse.c, src/psaux/afmparse.h: New files which
* include/freetype/internal/ftobjs.h, src/base/ftobjs.c,
Formatting, minor clean-ups.
copyright year updates.
* include/freetype/internal/ftobjs.h (ft_fake_vertical_metrics),
* src/bdf/bdfdrivr.c (BDF_Glyph_Load), src/pcf/pcfdrivr.c
Many doc fixes. From Chia-Yi.
Formatting, comment fixes.
* docs/CHANGES: Mention the size selection change.
Formatting, copyright year updates.
* include/freetype/internal/sfnt.h (SFNT_Interface): New method
Copyright year, minor formatting.
Prepare use of pscmap service within CFF module.
* Add declarations of new MacOS-specific APIs
Formatting, improving comments.
Fix Savannah bug #15056 and use pscmap service in psaux module.
* Fix 'deprecated' warnings in building for MacOS
* src/base/ftutil.c (ft_highpow2): s/FT_BASE/FT_BASE_DEF/.
* src/pcf/pcfread.c (pcf_get_bitmaps): Remove unused variable
add '\n' to the end of src/sfnt/ttbdf.c
Doc typos. From Huw Davies.
Formatting, documentation improvements.
* Jamfile, docs/reference/README: fix it so that "jam refdoc" works
ftmac.c counts supported faces only
Formatting, improving comments.
* src/truetype/ttinterp.c (Update_Max): Set current size of buffer
* include/freetype/internal/ftobjs.h (ft_glyphslot_grid_fit_metrics),
* include/freetype/config/ftoption.h,
* Jamfile: small fix to ensure that ftexport.sym is placed in the
* src/autofit/aflatin.c, src/autofit/afhints.c: changed the
* src/sfnt/sfobjc.c (sfnt_init_face): Move tag check to...
Fix ChangeLog and source code comment.
* src/truetype/ttobjs.c (tt_size_init): size->ttmetrics.valid is
* src/type42/t42objs.x (T42_Face_Init): Replace call to
* src/sfnt/ttcmap.c, src/sfnt/ttcmap.h:
* docs/CHANGES: Document latest charmap code changes.
* docs/CHANGES: Document ftdump's `-v' option.
* src/sfnt/ttcmap.c (tt_cmap4_char_map_binary,
Major update to distinguish between unsorted and overlapped segments
* src/sfnt/ttcmap.c (struct TT_CMap12Rec_, tt_cmap12_init,
2005-11-15 Detlef W�rkner <[email protected]>