freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] ewaldhew-wip 35a6939 14/36: [setcurrentpoint] add


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 35a6939 14/36: [setcurrentpoint] add
Date: Tue, 4 Jul 2017 06:47:10 -0400 (EDT)

branch: ewaldhew-wip
commit 35a693978787cac4d310406c2c99ccb2cd172b43
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>

    [setcurrentpoint] add
---
 src/psaux/psintrp.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/psaux/psintrp.c b/src/psaux/psintrp.c
index 3cba08f..eeb0f40 100644
--- a/src/psaux/psintrp.c
+++ b/src/psaux/psintrp.c
@@ -2131,8 +2131,11 @@
                       ...
 #endif
 
-                    x = top[0];
-                    y = top[1];
+                    curY = cf2_stack_popFixed( opStack );
+                    curX = cf2_stack_popFixed( opStack );
+
+                    cf2_glyphpath_moveTo( &glyphPath, curX, curY );
+
                     decoder->flex_state = 0;
                   }
                   break;



reply via email to

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