Jump to content

Search the Community

Showing results for tags 'font'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. [SOLVED] setFontPermanent

    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
  2. 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.
×
×
  • Create New...