[sfnt] Use correct type for `italicAngle' field (#48732).

* src/sfnt/ttload.c (tt_face_load_post): Fix types.
This commit is contained in:
Werner Lemberg 2016-08-10 19:47:29 +02:00
parent 53059f92d6
commit 5224aae8bb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2016-08-10 Werner Lemberg <wl@gnu.org>
[sfnt] Use correct type for `italicAngle' field (#48732).
* src/sfnt/ttload.c (tt_face_load_post): Fix types.
2016-08-06 Jon Spencer <jon@jonspencer.ca>
[sfnt] Fix `FT_Get_Advance' for bitmap strikes.

View File

@ -1184,8 +1184,8 @@
#define FT_STRUCTURE TT_Postscript
FT_FRAME_START( 32 ),
FT_FRAME_ULONG( FormatType ),
FT_FRAME_ULONG( italicAngle ),
FT_FRAME_LONG ( FormatType ),
FT_FRAME_LONG ( italicAngle ),
FT_FRAME_SHORT( underlinePosition ),
FT_FRAME_SHORT( underlineThickness ),
FT_FRAME_ULONG( isFixedPitch ),