<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Some characters are disappear in Qlabel]]></title><description><![CDATA[<p dir="auto">In my qt window application, some characters are disappear in Qlabel.<br />
If I setText ("abcdefgh") QLable is displayed as "a cd  g ".<br />
<img src="https://ddgobkiprc33d.cloudfront.net/049e6324-674a-4509-962a-3b186e96e290.PNG" alt="0_1511351153435_question.PNG" class=" img-fluid img-markdown" /></p>
<pre><code>QLabel label;
QString css_text = "QLabel{font-size:14px; background-color: rgba(64, 64, 64, 20%); font-family:Malgun Gothic; color:white;}";
label.setStyleSheet(css_text);
label.setText("abcdefgh");
</code></pre>
<p dir="auto">Also,</p>
<ul>
<li>Changing the font from "Malgun Gothic" to "Malgun Gothic Semilight", problems not happened.</li>
<li>Changing the font-size from "14px" to "13px", problems not happened.</li>
<li>This problem only occurs on machines using nvidia vga.</li>
</ul>
<p dir="auto">What could be the problem and what's the solution ?</p>
<p dir="auto">{Qt 5.7.0, Win10}</p>
]]></description><link>https://forum.qt.io/topic/85268/some-characters-are-disappear-in-qlabel</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Apr 2026 18:17:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/85268.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Nov 2017 11:46:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some characters are disappear in Qlabel on Wed, 22 Nov 2017 17:15:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/artrace">@<bdi>artrace</bdi></a> it looks like your problem is solved, isn't it? If so please don't forget to mark your post as such. Thanks.</p>
]]></description><link>https://forum.qt.io/post/427740</link><guid isPermaLink="true">https://forum.qt.io/post/427740</guid><dc:creator><![CDATA[Pablo J. Rogina]]></dc:creator><pubDate>Wed, 22 Nov 2017 17:15:52 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are disappear in Qlabel on Wed, 22 Nov 2017 12:27:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a><br />
Hi,<br />
This problem only occurs with widgets registered as QGraphicsProxyWidget item of QGraphicsScene.<br />
Also, changing the font-size from "14px" to "13px", problems disappeared.<br />
Thank you.</p>
]]></description><link>https://forum.qt.io/post/427693</link><guid isPermaLink="true">https://forum.qt.io/post/427693</guid><dc:creator><![CDATA[artrace]]></dc:creator><pubDate>Wed, 22 Nov 2017 12:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are disappear in Qlabel on Wed, 22 Nov 2017 11:57:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
It could be a font issue.<br />
Can an other application use that font and same text with no issue?</p>
]]></description><link>https://forum.qt.io/post/427687</link><guid isPermaLink="true">https://forum.qt.io/post/427687</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Wed, 22 Nov 2017 11:57:06 GMT</pubDate></item></channel></rss>