Search the Community
Showing results for tags 'font'.
-
Hey Unigine, I tried to call "setFontPermanent" on WidgetLabel, but log says: 12:26:02 path:111: Interpreter::parse_extern_class_begin(): unknown "WidgetLabel" class member "setFontPermanent" I'm using latest SDK. Documentation: https://developer.unigine.com/en/docs/1.0/code/scripting/library/gui/class.widget#setFontPermanent_int Could you please have a look? My .ui file: <label pos_y="5" align="overlap" name="serverStatus" export="1"><text>Offline</text></label> My .h file: serverStatus.setFontPermanent(-1); Greetings & Thanks Lars
-
[SOLVED] Text wrapping not working with WidgetEditText
mohamed.irshad.k posted a topic in UI Systems
Font wrapping doesn't seem to work on WidgetEditText. It doesn't have any effect event after setFontWrap(1). For a quick repro, replace WidgetLabel with WidgetEditText in font_00 sample project.