jadav.rakesh Posted September 24, 2011 Posted September 24, 2011 Hi, We have our own system to do text wrapping which is really nice but it is based on "Glyph" size of character. So, the problem is how can I get size of character according to font type. I even didn't find class related to "Font". If there is an alternative approach, that would be welcome, as well. Rakesh
manguste Posted September 29, 2011 Posted September 29, 2011 It's not possible to get character size, but you can use text wrapping already implemented in Unigine (Widget::setFontWrap).
Recommended Posts