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

Forums

OverviewFelgo 3 Support (Qt 5) › Richtext not making bold under iOS

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

    Patrik Dusek

    Hi All,

    I’m having a strange display behaviour on iOS. When I want to display some text parts in bold its not taking into account on iOS.

    On Android it works fine. <i>Italic also works but not <b>.

    I’m using a customer font so maybe this is the reason but I wanted to ask if this maybe a common behaviour on iOS before I dive deeper.

    Thx,

    Patrik

    #24638

    Alex
    Felgo Team

    This looks good with the default font on iOS, so I’d suspect the custom font.

    import Felgo 3.0
    import QtQuick 2.5
    
    App {
      id: app
    
      NavigationStack {
        Page {
          title: "Hi!"
          
          AppText {
            anchors.centerIn: parent
            text: 'Hello <b>Hello</b> <i>World</i> World!'
          }
        } // Page
      } // NavigationStack
    } // App

    Best,
    Alex

    #24639

    Patrik Dusek

    Hi Alex,

    thx for the answer 🙂 so I will dig deeper.

    Best,

    Patrik

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