freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] ewaldhew-wip 42cca87 1/2: [seac] fix base char position


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 42cca87 1/2: [seac] fix base char position
Date: Mon, 17 Jul 2017 07:01:29 -0400 (EDT)

branch: ewaldhew-wip
commit 42cca87691f00029d776d504597645e8aa157e9e
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>

    [seac] fix base char position
---
 src/psaux/psintrp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/psaux/psintrp.c b/src/psaux/psintrp.c
index b9ea78b..bd2e713 100644
--- a/src/psaux/psintrp.c
+++ b/src/psaux/psintrp.c
@@ -1421,8 +1421,8 @@
                                               callbacks,
                                               translation,
                                               TRUE,
-                                              curX,
-                                              curY,
+                                              0,
+                                              0,
                                               &dummyWidth );
                       cf2_freeT1SeacComponent( decoder, &component );
 



reply via email to

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