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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index daf3e8874..70ea43897 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_Long italic_angle;
FT_Bool is_fixed_pitch;
- FT_Fixed underline_position;
- FT_Fixed underline_thickness;
+ FT_Short underline_position;
+ FT_UShort underline_thickness;
} PS_FontInfoRec, *PS_FontInfo;