https://bugs.kde.org/show_bug.cgi?id=511533
--- Comment #11 from Oleg K <[email protected]> --- It has something to do with fonts rendering. When I execute this simple program in my QTCreator it shows the flag icon small: -------- auto l = new QLabel; QFont font("Noto Color Emoji"); font.setPixelSize(200); // large enough l->setFont(font); l->setText(QString::fromUtf8("Hello 🇦🇹World")); -------- The flag is even rendered small in IDE editor. I know this particular font is being used because: fc-match "sans:charset=1F1E6 1F1F9" Noto-COLRv1.ttf: "Noto Color Emoji" "Regular" Hope it helps to narrow down the issue. -- You are receiving this mail because: You are watching all bug changes.
