summaryrefslogtreecommitdiff
path: root/include/freetype/t1tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index dd971c764..daf3e8874 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -67,10 +67,10 @@ FT_BEGIN_HEADER
FT_String* full_name;
FT_String* family_name;
FT_String* weight;
- FT_Fixed* italic_angle;
- FT_Bool* is_fixed_pitch;
- FT_Fixed* underline_position;
- FT_Fixed* underline_thickness;
+ FT_Fixed italic_angle;
+ FT_Bool is_fixed_pitch;
+ FT_Fixed underline_position;
+ FT_Fixed underline_thickness;
} PS_FontInfoRec, *PS_FontInfo;