hi!
i'm using the python extension of the latest cvs snapshot.
i'm trying to draw a glyph with this codelines:
-----------
from ming import *
s = SWFShape()
s.setLine(40, 0x7f, 0, 0)
s.setRightFill(s.addFill(0xff, 0, 0))
font = SWFFont("He.fdb")
s.movePenTo(20, 20)
s.drawGlyph(font, "a")
m = SWFMovie()
m.setDimension(640, 480)
m.setRate(12.0)
m.add(s)
m.nextFrame()
m.save("glyph02.swf")
--------------
but obviously nothing happens. the file seems to be empty because there is only a blank white screen when i'm opening the swf file.
is the drawGlyph method not longer supported in ming0.4 or am i doing something wrong?
thanks for your help!
kind regards gabriel
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Ming-users mailing list Ming-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/ming-users