<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Folks,<br></div><div><br></div><div>in RSSVGExamples example02Miku  there is this tidbit:<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>utf8String ifNil: [ <br></div><div>act := AthensCairoText new.<br></div><div>utf8String := act convertTextUtf8: label text.<br></div><div>label path: utf8String.<br></div><div>].<br></div></div></blockquote><div>In pharo, the AthensCairoText comment reads:<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Class: AthensCairoText<br></div><div>                                                                                                   <br></div><div><br></div><div>do not use this class. this is subject of change or removal<br></div></div></blockquote><div><br></div><div>The class looks like it wraps FFI calls, so we don't want it anyway...<br></div><div><br></div><div>suggestions on what to replace it with?<br></div><div><br></div><div>thanks in advance .<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br></body></html>