<?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 senkrecht schreiben]]></title><description><![CDATA[<p>Ich hab mal wieder ein simple Problem.</p>
<p>Ich suche eine simple Möglichkeit in einem Dialog Text senkrecht zu schreiben, d.h wie in einem Kreuzworträtsel (also nicht rotieren)<br />
Ausgabe also wie folgt:</p>
<pre><code class="language-cpp">D
i
e
s
e
r

T
e
x
t
</code></pre>
<p>Vielen Dank für die Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/76175/text-senkrecht-schreiben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:36:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/76175.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Jun 2004 14:04:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text senkrecht schreiben on Tue, 08 Jun 2004 14:04:29 GMT]]></title><description><![CDATA[<p>Ich hab mal wieder ein simple Problem.</p>
<p>Ich suche eine simple Möglichkeit in einem Dialog Text senkrecht zu schreiben, d.h wie in einem Kreuzworträtsel (also nicht rotieren)<br />
Ausgabe also wie folgt:</p>
<pre><code class="language-cpp">D
i
e
s
e
r

T
e
x
t
</code></pre>
<p>Vielen Dank für die Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/536025</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/536025</guid><dc:creator><![CDATA[PAD]]></dc:creator><pubDate>Tue, 08 Jun 2004 14:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Text senkrecht schreiben on Tue, 08 Jun 2004 15:34:03 GMT]]></title><description><![CDATA[<p>meine idee wäre (könnte auch funktionieren) subclassen und nach jedem char ein \n einfügen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/536132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/536132</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Tue, 08 Jun 2004 15:34:03 GMT</pubDate></item><item><title><![CDATA[Reply to Text senkrecht schreiben on Wed, 09 Jun 2004 05:49:49 GMT]]></title><description><![CDATA[<p>Ich dachte es würde mit lfOrientation funktionieren, Tuts aber nicht, weis jemand einen Rat</p>
<blockquote>
<p>You can rotate TrueType fonts at any angle. This is useful for labeling charts and other illustrations. The following example rotates a string in 10-degree increments around the center of the client area by changing the value of the lfEscapement and lfOrientation members of the LOGFONT structure used to create the font.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/536452</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/536452</guid><dc:creator><![CDATA[PAD]]></dc:creator><pubDate>Wed, 09 Jun 2004 05:49:49 GMT</pubDate></item><item><title><![CDATA[Reply to Text senkrecht schreiben on Wed, 09 Jun 2004 07:05:09 GMT]]></title><description><![CDATA[<blockquote>
<p><strong>lfEscapement</strong><br />
Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text.<br />
Windows NT/2000/XP: When the graphics mode is set to GM_ADVANCED, you can specify the escapement angle of the string independently of the orientation angle of the string's characters.</p>
<p>When the graphics mode is set to GM_COMPATIBLE, lfEscapement specifies both the escapement and orientation. You should set lfEscapement and lfOrientation to the same value.</p>
<p>Windows 95/98/Me: The lfEscapement member specifies both the escapement and orientation. You should set lfEscapement and lfOrientation to the same value.</p>
</blockquote>
<p>Probier mal, lfEscapement und lfOrientation auf denselben Wert zu setzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/536487</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/536487</guid><dc:creator><![CDATA[Christoph]]></dc:creator><pubDate>Wed, 09 Jun 2004 07:05:09 GMT</pubDate></item><item><title><![CDATA[Reply to Text senkrecht schreiben on Wed, 09 Jun 2004 07:26:55 GMT]]></title><description><![CDATA[<p>Mit GDI oder GDIPlus funktioniert das, ich weiß jetzt aber nicht ganz welches genau.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/536494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/536494</guid><dc:creator><![CDATA[cppboy]]></dc:creator><pubDate>Wed, 09 Jun 2004 07:26:55 GMT</pubDate></item></channel></rss>