freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] ewaldhew-wip 5b392dd 23/52: [setcurrentpoint] add


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 5b392dd 23/52: [setcurrentpoint] add
Date: Mon, 10 Jul 2017 05:10:16 -0400 (EDT)

branch: ewaldhew-wip
commit 5b392dd8c3a99c85398840d96d7357ee273ca415
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 440661d..f73e60b 100644
--- a/src/psaux/psintrp.c
+++ b/src/psaux/psintrp.c
@@ -2132,8 +2132,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]