<?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[Text Ausgabe ohne weißen Rahmen?]]></title><description><![CDATA[<p>Hallo nochmal.</p>
<p>Habe auch schon gleich mal ne zweite Frage:</p>
<p>Ich benutze die <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_0odw.asp" rel="nofollow">DrawText</a> Funktion um Text auszugeben.<br />
Wenn ich aber das nun auf einem schwarzem Hintergrund mache, wird die Schrift in<br />
einem kleinen weißen Kasten angezeigt?</p>
<p>Welche Funktion benutze ich nun um mir die Schriftart (-farbe,-größe,usw)<br />
auszusuchen und die dann mit transparenten Hintergrund in meinem schwarzem Fenster<br />
zu zeichnen? Hat da jemand bessere MSDN Links? Ich werde <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_371v.asp" rel="nofollow">hierraus</a> nämlich nicht schlau. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Danke,<br />
<a href="http://a.me" rel="nofollow">a.me</a></p>
<p>PS: Kann ich eigene Schriftarten auch als Resource speichern?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118880/text-ausgabe-ohne-weißen-rahmen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 17:06:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118880.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Aug 2005 10:56:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text Ausgabe ohne weißen Rahmen? on Thu, 25 Aug 2005 10:56:16 GMT]]></title><description><![CDATA[<p>Hallo nochmal.</p>
<p>Habe auch schon gleich mal ne zweite Frage:</p>
<p>Ich benutze die <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_0odw.asp" rel="nofollow">DrawText</a> Funktion um Text auszugeben.<br />
Wenn ich aber das nun auf einem schwarzem Hintergrund mache, wird die Schrift in<br />
einem kleinen weißen Kasten angezeigt?</p>
<p>Welche Funktion benutze ich nun um mir die Schriftart (-farbe,-größe,usw)<br />
auszusuchen und die dann mit transparenten Hintergrund in meinem schwarzem Fenster<br />
zu zeichnen? Hat da jemand bessere MSDN Links? Ich werde <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_371v.asp" rel="nofollow">hierraus</a> nämlich nicht schlau. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Danke,<br />
<a href="http://a.me" rel="nofollow">a.me</a></p>
<p>PS: Kann ich eigene Schriftarten auch als Resource speichern?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/858138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/858138</guid><dc:creator><![CDATA[a.me]]></dc:creator><pubDate>Thu, 25 Aug 2005 10:56:16 GMT</pubDate></item><item><title><![CDATA[Reply to Text Ausgabe ohne weißen Rahmen? on Thu, 25 Aug 2005 11:01:54 GMT]]></title><description><![CDATA[<p>Ich denke SetBkMode.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/858143</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/858143</guid><dc:creator><![CDATA[a.out]]></dc:creator><pubDate>Thu, 25 Aug 2005 11:01:54 GMT</pubDate></item><item><title><![CDATA[Reply to Text Ausgabe ohne weißen Rahmen? on Thu, 25 Aug 2005 12:08:04 GMT]]></title><description><![CDATA[<p>SetTextColor für Schriftfarbe. Für die Schriftgröße,Schriftart und sonstige Font-Eigenschaften schau dir mal die Funktion CreateFont und Co. an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/858232</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/858232</guid><dc:creator><![CDATA[Herrmann]]></dc:creator><pubDate>Thu, 25 Aug 2005 12:08:04 GMT</pubDate></item><item><title><![CDATA[Reply to Text Ausgabe ohne weißen Rahmen? on Thu, 25 Aug 2005 13:06:57 GMT]]></title><description><![CDATA[<p>Für Transparent:</p>
<pre><code class="language-cpp">SetBkMode(hdc, TRANSPARENT);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/858297</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/858297</guid><dc:creator><![CDATA[Airdamn]]></dc:creator><pubDate>Thu, 25 Aug 2005 13:06:57 GMT</pubDate></item><item><title><![CDATA[Reply to Text Ausgabe ohne weißen Rahmen? on Fri, 26 Aug 2005 10:35:57 GMT]]></title><description><![CDATA[<p>Hey, das ist es! Danke. Jetzt müsste ich nur noch wissen, ob ich eine Schriftart<br />
irgendwie zu den Resourcen hinzufügen kann. AddFontResource() installiert ja bloß<br />
eine extra Schriftartdatei. Kann man die irgendwie direkt in die exe einbinden?</p>
<p>Thank you.<br />
<a href="http://a.me" rel="nofollow">a.me</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/858911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/858911</guid><dc:creator><![CDATA[a.me]]></dc:creator><pubDate>Fri, 26 Aug 2005 10:35:57 GMT</pubDate></item></channel></rss>