freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 21658c3: [autofit, sfnt] Fix for `make multi'.


From: suzuki toshiya
Subject: [freetype2] master 21658c3: [autofit, sfnt] Fix for `make multi'.
Date: Tue, 12 Sep 2017 03:00:25 -0400 (EDT)

branch: master
commit 21658c31f705edd4c94798eee62ce5b5241814b9
Author: suzuki toshiya <address@hidden>
Commit: suzuki toshiya <address@hidden>

    [autofit, sfnt] Fix for `make multi'.
    
    * src/autofit/afshaper.c: Include FT_ADVANCE_H, to use
    FT_Get_Advance() in it.
    * src/sfnt/ttcmap.c: Include FT_SERVICE_POSTSCRIPT_CMAPS_H
    to use PS_Unicodes in it, also include `ttpost.h' to use
    tt_face_get_ps_name() in it.
---
 ChangeLog              | 10 ++++++++++
 src/autofit/afshaper.c |  1 +
 src/sfnt/ttcmap.c      |  2 ++
 3 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cdd6ee2..b9d69c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-09-12  suzuki toshiya  <address@hidden>
+
+       [autofit, sfnt] Fix for `make multi'.
+
+       * src/autofit/afshaper.c: Include FT_ADVANCE_H, to use
+       FT_Get_Advance() in it.
+       * src/sfnt/ttcmap.c: Include FT_SERVICE_POSTSCRIPT_CMAPS_H
+       to use PS_Unicodes in it, also include `ttpost.h' to use
+       tt_face_get_ps_name() in it.
+
 2017-09-11  Azzuro  <address@hidden>
 
        [build] Improve builds with different MS Visual Studio versions.
diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c
index da92fad..d259964 100644
--- a/src/autofit/afshaper.c
+++ b/src/autofit/afshaper.c
@@ -18,6 +18,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
+#include FT_ADVANCES_H
 #include "afglobal.h"
 #include "aftypes.h"
 #include "afshaper.h"
diff --git a/src/sfnt/ttcmap.c b/src/sfnt/ttcmap.c
index ef03e04..b995e5c 100644
--- a/src/sfnt/ttcmap.c
+++ b/src/sfnt/ttcmap.c
@@ -23,8 +23,10 @@
 
 #include FT_INTERNAL_VALIDATE_H
 #include FT_INTERNAL_STREAM_H
+#include FT_SERVICE_POSTSCRIPT_CMAPS_H
 #include "ttload.h"
 #include "ttcmap.h"
+#include "ttpost.h"
 #include "sfntpic.h"
 
 



reply via email to

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