Re: where is SWFFont_getShap function?

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

 



> From: Klaus Rechert <klaus@xxxxxxxxxx>
> Subject: Re:  where is SWFFont_getShap function?
>
> sorry I did not realize, that SWFFont_getShape() returned the font
> outline as text! So I've added a more generic function
> char *SWFShape_dumpOutline(shape_to_dump)
> which generates a string consisting of moveto, lineto and curveto
> statements.
>
> For compat reasons I've also readded SWFFont_getShape(), but marked it
> as deprecated. It will be removed in the future!
>
> To resemble the behaviour of  SWFFont _getShape() do something similar to:
>
> SWFShape shape = newSWFShape();
> SWFShape_drawGlyph(shape, font, character_code);
> out = SWFShape_dumpOutline(s);

do you mean 'out = SWFShape_dumpOutline(shape);'?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ming-users mailing list
Ming-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ming-users

[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux