From 697752d9aeecbfaca5d5fca29223892025ab8b9e Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Tue, 10 Apr 2001 18:13:28 +0000 Subject: [PATCH] In structure T1_Loader, added swap_table (of type PS_Table) to facilitate placing the .notdef glyph in slot 0. --- src/type1/t1load.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/type1/t1load.h b/src/type1/t1load.h index fb117f035..b83aed956 100644 --- a/src/type1/t1load.h +++ b/src/type1/t1load.h @@ -42,6 +42,7 @@ FT_BEGIN_HEADER FT_Int num_glyphs; PS_Table glyph_names; PS_Table charstrings; + PS_Table swap_table; /* For moving .notdef glyph to index 0. */ FT_Int num_subrs; PS_Table subrs;