<?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[::wie kann man Label font ändern?::]]></title><description><![CDATA[<p>Ich möchte ein neues Font für mein StaticText Control vervenden.<br />
Ich habe ein Beispies gefunden , aber es functioniert bei mir nicht...</p>
<pre><code class="language-cpp">::OnInitDialog() {
...
CFont *m_Font1 = new CFont;
m_Font1-&gt;CreatePointFont(160, &quot;Garamond&quot;); //schaffe ein neues Font

m_Label.SetFont(m_Font1);    //Was ist m_Label???
 //ist das Member-Variable für my CStatic Control???
}
</code></pre>
<p>Pleeezze help!!!</p>
<p>mfG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/58099/wie-kann-man-label-font-ändern</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 18:23:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/58099.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Dec 2003 11:03:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ::wie kann man Label font ändern?:: on Wed, 10 Dec 2003 11:03:19 GMT]]></title><description><![CDATA[<p>Ich möchte ein neues Font für mein StaticText Control vervenden.<br />
Ich habe ein Beispies gefunden , aber es functioniert bei mir nicht...</p>
<pre><code class="language-cpp">::OnInitDialog() {
...
CFont *m_Font1 = new CFont;
m_Font1-&gt;CreatePointFont(160, &quot;Garamond&quot;); //schaffe ein neues Font

m_Label.SetFont(m_Font1);    //Was ist m_Label???
 //ist das Member-Variable für my CStatic Control???
}
</code></pre>
<p>Pleeezze help!!!</p>
<p>mfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/412628</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/412628</guid><dc:creator><![CDATA[ar43r]]></dc:creator><pubDate>Wed, 10 Dec 2003 11:03:19 GMT</pubDate></item><item><title><![CDATA[Reply to ::wie kann man Label font ändern?:: on Wed, 10 Dec 2003 14:03:03 GMT]]></title><description><![CDATA[<p>m_Label sollte direkt dein CStatic sein!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/412775</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/412775</guid><dc:creator><![CDATA[CLoop]]></dc:creator><pubDate>Wed, 10 Dec 2003 14:03:03 GMT</pubDate></item></channel></rss>