Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › VPLAY 2.9.12 really use FontAwesome 4.7.0 ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16664

    Francois

    In the release note, it says:

    • You can use an improved icon-font handling within games and apps and use the latest FontAwesome version 4.7.0 with the IconType component.

     

    But I’m not able to use IconType.television which is part of 4.4 update.

     

    Do I miss something ?

     

    Best Regards.

     

    F.

    #16665

    Günther
    Felgo Team

    Hi Francois!

    By default, each FontAwesome icon is available with as a specific unicode character when using the icon font. The Felgo IconType only allows quick-access to these characters by hiding the actual unicode strings behind the properties of IconType.

    The latest Felgo update uses FontAwesome 4.7.0 as icon font – but we did not yet add all new icons as additional properties for IconType.

    The icons are still available, you can have a look at the FontAwesome icons online to see the unicode characters, for example television is available with the character f26c.

    Within QML, you can use unicode characters in strings with the \u command, for example:

      Icon {
        icon: "\uf26c" // unicde f26c - shows television icon when icon font is used
        anchors.centerIn: parent
      }

    Best,
    Günther

    #16669

    Francois

    Hi Günther,

     

    thanks for the hint.

     

    Best Regards.

     

    F.

Viewing 3 posts - 1 through 3 (of 3 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded