Skip to content
  • 0 Votes
    4 Posts
    1k Views
    _

    Alright, problem solved. As so many times, the bug was sitting between chair and keyboard.

    In the FontLoader, I had the name property set. Which is set automatically if a font is loaded by source. https://doc.qt.io/qt-5/qml-qtquick-fontloader.html

    Having the name property set while loading a font by source is no problem under macOS but under Android, one Devanagari font started to dominate all instances, where Devanagari symbols appeared and all logic, how fonts are applied falls apart.

  • 0 Votes
    8 Posts
    5k Views
    mrjjM

    @vinothrajendran4
    that said, i did find some code on the new that uses a trick.
    please see this sample
    https://www.dropbox.com/s/m6slequi83tbqg2/linedit.zip?dl=0