freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] ewaldhew-wip 02221a3 24/29: [setcurrentpoint] add


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip 02221a3 24/29: [setcurrentpoint] add
Date: Mon, 26 Jun 2017 01:55:07 -0400 (EDT)

branch: ewaldhew-wip
commit 02221a3b8f66e5458835d3198ae71225eb9c39f3
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]