From a2b8e0b47965d95bacf2050a89824094d2e4c2b5 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Mon, 13 Jan 2003 10:27:35 +0000 Subject: [PATCH] noted latest change to ttload.c --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 749395ed1..8227df4c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-01-13 Graham Asher + + * src/sfnt/ttload.c (tt_face_load_metrics) + [FT_CONFIG_OPTION_INCREMENTAL]: TrueType typefaces without horizontal + metrics (without the 'hmtx' table) are now tolerated if an + incremental interface has been specified that has a get_glyph_metrics + function, implying that metrics will be supplied from outside. + This happens for certain Type 42 fonts passed from GhostScript. + 2003-01-11 David Chester * include/freetype/config/ftoption.h, src/autohint/ahglobal.h,