* 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]>
Adjusted the compiler options to the current sources.
The assumed Seek() position in the file cache was off by one byte.
MPW makefiles are updated to build all available modules
* src/bdf/bdfdrivr.c (bdf_interpret_style, BDF_Face_Done): Fix small
* src/sfnt/ttload.c (sfnt_init): Add tracing message.
* src/sfnt/ttsbit0.c (tt_sbit_decoder_load_image): image_offset is
* src/sfnt/sfobjs.c (sfnt_init_face): Check that format_tag is known
* src/sfnt/ttload.c (sfnt_dir_check): Clean up and return correct
* src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number
* src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number
add FT_TrueTypeGX_Free() etc to free the buffers allocated by gxvalid, otvalid
* builds/unix/ftsystem.c (FT_Stream_Open, FT_New_Memory,
2005-11-17 Detlef W�rkner <[email protected]>
Added support for gxvalid module.
Add vertical metrics support to OpenType CFF outlines. Based on a
* src/base/ftcalc.c (FT_MulTo64): Commented out.
* src/base/fttrigon.c (ft_trig_prenorm): fixed a bug that created
* src/cache/ftccache.c (FTC_Cache_Clear), src/cache/ftcmanag.c
* builds/exports.mk ($(EXPORTS_LIST)): Add TT_RunIns.
* src/autofit/afangles.c, src/autofit/aftypes.h (af_angle_diff):
* src/type1/t1afm.c (T1_Read_PFM): Zero offset means `no kerning
Improve documentation. From Ville Syrj�l� <[email protected]>.
* src/base/ftobjs.c (FT_Open_Face): Avoid possible memory leak.
updating ChangeLog with commits from 2005-10-28
- various performance enhancements
update files for classic MacOS support
fix invalid cast from NULL to integer typed variables
* include/freetype/ftsysmem.h, include/freetype/ftsysio.h: Removed.
* src/sfnt/sfdriver.c (sfnt_interface): Move out
* src/base/ftdbgmem.c (ft_mem_debug_realloc): Make it compile with
formatting, comment clean-up
* src/base/ftdbgmem.c: another realloc memory counting bug fix
* src/base/ftdbgmem.c: fixes to better account for memory reallocations
* include/freetype/ftbitmap.h (FT_Bitmap_Copy, FT_Bitmap_Embolden),
* src/truetype/ttgload.c (TT_Load_Glyph): Allow size->ttmetrics to be
Formatting, CR/LF issues.
* src/base/ftobjs.c (FT_Open_Face): don't call FT_New_GlyphSlot and
* src/tools/apinames.c: adding new tool to extract public API
file ftcint.h was initially added on branch CACHE.