freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 5224aae: [sfnt] Use correct type for `italicAngle' fi


From: Werner LEMBERG
Subject: [freetype2] master 5224aae: [sfnt] Use correct type for `italicAngle' field (#48732).
Date: Wed, 10 Aug 2016 17:47:42 +0000 (UTC)

branch: master
commit 5224aae8bbe558fef4f6174bd83ff0382bb15c1b
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [sfnt] Use correct type for `italicAngle' field (#48732).
    
    * src/sfnt/ttload.c (tt_face_load_post): Fix types.
---
 ChangeLog         |    6 ++++++
 src/sfnt/ttload.c |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 690fa29..e22d79d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-10  Werner Lemberg  <address@hidden>
+
+       [sfnt] Use correct type for `italicAngle' field (#48732).
+
+       * src/sfnt/ttload.c (tt_face_load_post): Fix types.
+
 2016-08-06  Jon Spencer  <address@hidden>
 
        [sfnt] Fix `FT_Get_Advance' for bitmap strikes.
diff --git a/src/sfnt/ttload.c b/src/sfnt/ttload.c
index ed80a9c..a653a71 100644
--- a/src/sfnt/ttload.c
+++ b/src/sfnt/ttload.c
@@ -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 ),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]