<?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 in ein Image schreiben]]></title><description><![CDATA[<p>Hallo, ich bin blutiger Anfänger in Sachen Grafikprogrammierung unter C++ mit dem Borland Builder 5.00</p>
<p>Ich bin dabei eine kleine Grafikroutine zu schreiben, welche einen Text in ein Image schreiben soll, in welches vorher eine BMP-Datei geladen wurde.</p>
<p>Image1-&gt;Height=768;<br />
Image1-&gt;Width=1024;<br />
Image1-&gt;Picture-&gt;LoadFromFile(&quot;Test.bmp&quot;);<br />
Image1-&gt;Canvas-&gt;Font-&gt;Name=&quot;Ariel&quot;;<br />
Image1-&gt;Canvas-&gt;Font-&gt;Size=26;<br />
Image1-&gt;Canvas-&gt;Font-&gt;Color=0x0000FF00;<br />
Image1-&gt;Canvas-&gt;TextOut(20,10,&quot;Test&quot;);<br />
Image1-&gt;Visible=true;</p>
<p>Leider ist der Text mit einer weissen Fläche unterlegt, ich möchte aber nur den Text in die Grafik einfügen also ohne Hintergrundfarbe.<br />
Was muss ich ändern?<br />
Mfg,<br />
Terry</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/156228/text-in-ein-image-schreiben</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 20:56:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/156228.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Aug 2006 20:26:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text in ein Image schreiben on Mon, 14 Aug 2006 20:26:28 GMT]]></title><description><![CDATA[<p>Hallo, ich bin blutiger Anfänger in Sachen Grafikprogrammierung unter C++ mit dem Borland Builder 5.00</p>
<p>Ich bin dabei eine kleine Grafikroutine zu schreiben, welche einen Text in ein Image schreiben soll, in welches vorher eine BMP-Datei geladen wurde.</p>
<p>Image1-&gt;Height=768;<br />
Image1-&gt;Width=1024;<br />
Image1-&gt;Picture-&gt;LoadFromFile(&quot;Test.bmp&quot;);<br />
Image1-&gt;Canvas-&gt;Font-&gt;Name=&quot;Ariel&quot;;<br />
Image1-&gt;Canvas-&gt;Font-&gt;Size=26;<br />
Image1-&gt;Canvas-&gt;Font-&gt;Color=0x0000FF00;<br />
Image1-&gt;Canvas-&gt;TextOut(20,10,&quot;Test&quot;);<br />
Image1-&gt;Visible=true;</p>
<p>Leider ist der Text mit einer weissen Fläche unterlegt, ich möchte aber nur den Text in die Grafik einfügen also ohne Hintergrundfarbe.<br />
Was muss ich ändern?<br />
Mfg,<br />
Terry</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1117267</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1117267</guid><dc:creator><![CDATA[Terry]]></dc:creator><pubDate>Mon, 14 Aug 2006 20:26:28 GMT</pubDate></item><item><title><![CDATA[Reply to Text in ein Image schreiben on Mon, 14 Aug 2006 20:29:24 GMT]]></title><description><![CDATA[<p>Hallo</p>
<pre><code class="language-cpp">Image1-&gt;Canvas-&gt;Brush-&gt;Style = bsClear;
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1117269</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1117269</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 14 Aug 2006 20:29:24 GMT</pubDate></item><item><title><![CDATA[Reply to Text in ein Image schreiben on Mon, 14 Aug 2006 21:14:50 GMT]]></title><description><![CDATA[<p>Das ist genau wonach ich gesucht habe! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Vielen Dank<br />
Terry</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1117286</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1117286</guid><dc:creator><![CDATA[Terry]]></dc:creator><pubDate>Mon, 14 Aug 2006 21:14:50 GMT</pubDate></item></channel></rss>