Hello there, I have a problem with non-latin characters. I was research this theme and found some link:
http://forum.ragezone.com/f353/php-h...r-font-690376/
but that doesnt work for me. I tried to use that with default Arial font, but nothing happend and client loading was fail (redirect to main page)
As I understand firstly i must embend font to client? But how?
May be someone can help me with advice?
- - - Updated - - -
Sooo strange. I was rewrite a font changer script and got half success. In Chat Input i has a russian chars from Arial, but anywhere else.
font_face key everything is Arial, but renders Volter and Ubuntu
- - - Updated - - -
Here is part of Habbo.swf where renders a profile button tooltip ("Me") what i changed to "Я".
Code:<text x="0" y="62" width="76" height="17" params="263184" style="0" name="text" caption="${toolbar.icon.label.memenu}"> <variables> <var key="antialias_type" value="advanced" type="String"/> <var key="auto_size" value="center" type="String"/> <var key="etching_color" value="0xff000000" type="hex"/> <var key="etching_position" value="bottom-right" type="String"/> <var key="font_face" value="Arial" type="String"/><var key="embed_fonts" value="false" type="Boolean"/> <var key="font_size" value="12" type="uint"/> <var key="grid_fit_type" value="subpixel" type="String"/> <var key="text_color" value="0xffffff" type="hex"/> <var key="mouse_wheel_enabled" value="false" type="Boolean"/> <var key="sharpness" value="0" type="Number"/> <var key="thickness" value="0" type="Number"/> <var key="bold" value="true" type="Boolean"/> <var key="kerning" value="true" type="Boolean"/> <var key="spacing" value="0" type="Number"/> <var key="leading" value="0" type="Number"/> </variables> </text>



Reply With Quote

