summaryrefslogtreecommitdiff
path: root/include/freetype/internal/t1types.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-03-03 21:35:32 +0000
committerWerner Lemberg <wl@gnu.org>2009-03-03 21:35:32 +0000
commit15b60bb513984c5f0725d45b80e8798e21502dcf (patch)
tree26ec71c3d0eafa607f2ce815855e15062163b405 /include/freetype/internal/t1types.h
parentcda6f49332586926393b93a58e3d4a7537d57e6a (diff)
downloadfreetype2-15b60bb513984c5f0725d45b80e8798e21502dcf.tar.gz
Formatting, copyright years.
Diffstat (limited to 'include/freetype/internal/t1types.h')
-rw-r--r--include/freetype/internal/t1types.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/freetype/internal/t1types.h b/include/freetype/internal/t1types.h
index fdf766dec..ff021b0fe 100644
--- a/include/freetype/internal/t1types.h
+++ b/include/freetype/internal/t1types.h
@@ -5,7 +5,7 @@
/* Basic Type1/Type2 type definitions and interface (specification */
/* only). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2008 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2008, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -92,18 +92,19 @@ FT_BEGIN_HEADER
*
* Note these can't be blended with multiple-masters.
*/
- typedef struct PS_FontExtraRec_
+ typedef struct PS_FontExtraRec_
{
- FT_UShort fs_type;
+ FT_UShort fs_type;
} PS_FontExtraRec;
+
typedef struct T1_FontRec_
{
- PS_FontInfoRec font_info; /* font info dictionary */
+ PS_FontInfoRec font_info; /* font info dictionary */
PS_FontExtraRec font_extra; /* font info extra fields */
- PS_PrivateRec private_dict; /* private dictionary */
- FT_String* font_name; /* top-level dictionary */
+ PS_PrivateRec private_dict; /* private dictionary */
+ FT_String* font_name; /* top-level dictionary */
T1_EncodingType encoding_type;
T1_EncodingRec encoding;