summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-06-22 10:07:24 +0000
committerDavid Turner <david@freetype.org>2002-06-22 10:07:24 +0000
commit0460c1d97e4f45f1b1fb1022cd6dda067d34161b (patch)
tree0e60bac7f1dc3ad3b955a8c1a9a42b88c704e3a5 /include
parent37b263e93aae60b73cde4c89059871a8adb64471 (diff)
downloadfreetype2-0460c1d97e4f45f1b1fb1022cd6dda067d34161b.tar.gz
* include/freetype/internal/t42types.h, src/base/fttype1.c,
src/type42/t42objs.h: removed duplicate definition of T42_FaceRec
Diffstat (limited to 'include')
-rw-r--r--include/freetype/internal/t42types.h33
1 files changed, 1 insertions, 32 deletions
diff --git a/include/freetype/internal/t42types.h b/include/freetype/internal/t42types.h
index aa728bfaa..467533149 100644
--- a/include/freetype/internal/t42types.h
+++ b/include/freetype/internal/t42types.h
@@ -29,41 +29,10 @@
FT_BEGIN_HEADER
-
- typedef struct T42_FontRec_
- {
- /* font info dictionary */
- PS_FontInfoRec font_info;
-
- /* top-level dictionary */
- FT_String* font_name;
-
- T1_EncodingType encoding_type;
- T1_EncodingRec encoding;
-
- FT_Byte* charstrings_block;
- FT_Byte* glyph_names_block;
-
- FT_Int num_glyphs;
- FT_String** glyph_names; /* array of glyph names */
- FT_Byte** charstrings; /* array of glyph charstrings */
- FT_Int* charstrings_len;
-
- FT_Byte paint_type;
- FT_Byte font_type;
- FT_Matrix font_matrix; /* From FontMatrix field: a, b, c, d */
- FT_Vector font_offset; /* From FontMatrix field: tx, ty */
- FT_BBox font_bbox;
-
- FT_Int stroke_width;
-
- } T42_FontRec, *T42_Font;
-
-
typedef struct T42_FaceRec_
{
FT_FaceRec root;
- T42_FontRec type42;
+ T1_FontRec type1;
const void* psnames;
const void* psaux;
const void* afm_data;