From 5527360cf7e5b68a1954874c82128690ed7df488 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 2 Dec 2007 18:38:31 +0000 Subject: Cope with TrueType fonts with slightly broken cmaps, just ignoring code points that can't be resolved (apart from warning about it). [originally from svn r7800] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 183a0cb..4f433e1 100644 --- a/halibut.h +++ b/halibut.h @@ -260,6 +260,7 @@ enum { err_sfntnounicmap, /* sfnt has no UCS-2 cmap */ err_sfnttablevers, /* sfnt table version unknown */ err_sfntbadhdr, /* sfnt has bad header */ + err_sfntbadglyph, /* sfnt cmap references bad glyph */ err_whatever /* random error of another type */ }; -- cgit v1.1