[squeak-dev] AthensCairoText substitute needed for Roassal3 SVG

gettimothy gettimothy at zoho.com
Mon Oct 26 14:00:50 UTC 2020


Hi Folks,



in RSSVGExamples example02Miku  there is this tidbit:

utf8String ifNil: [ 

act := AthensCairoText new.

utf8String := act convertTextUtf8: label text.

label path: utf8String.

].



In pharo, the AthensCairoText comment reads:



Class: AthensCairoText

                                                                                                   



do not use this class. this is subject of change or removal





The class looks like it wraps FFI calls, so we don't want it anyway...



suggestions on what to replace it with?



thanks in advance .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201026/387e322b/attachment-0001.html>


More information about the Squeak-dev mailing list