<?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[Schrift 90°]]></title><description><![CDATA[<pre><code>CFont fontfirma; 
	VERIFY(fontfirma.CreateFont( 
	   20,                        // nHeight 
	   0,                         // nWidth 
	   0,                         // nEscapement 
	   90,                         // nOrientation 
	   FW_BOLD,                 // nWeight 
	   FALSE,                     // bItalic 
	   FALSE,                     // bUnderline 
	   0,                         // cStrikeOut 
	   ANSI_CHARSET,              // nCharSet 
	   OUT_DEFAULT_PRECIS,        // nOutPrecision 
	   CLIP_DEFAULT_PRECIS,       // nClipPrecision 
	   DEFAULT_QUALITY,           // nQuality 
	   DEFAULT_PITCH | FF_SWISS,  // nPitchAndFamily 
	   NULL));                 // lpszFacename 

	m_stFirma.SetFont(&amp;fontfirma);
</code></pre>
<p>Das benutze ich...</p>
<p>Kann mir jemand sagen, warum der Text trotzdem normal und nicht um 90 Grad gedreht erscheint?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67857/schrift-90</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 12:29:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67857.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Mar 2004 09:33:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Schrift 90° on Fri, 12 Mar 2004 09:33:00 GMT]]></title><description><![CDATA[<pre><code>CFont fontfirma; 
	VERIFY(fontfirma.CreateFont( 
	   20,                        // nHeight 
	   0,                         // nWidth 
	   0,                         // nEscapement 
	   90,                         // nOrientation 
	   FW_BOLD,                 // nWeight 
	   FALSE,                     // bItalic 
	   FALSE,                     // bUnderline 
	   0,                         // cStrikeOut 
	   ANSI_CHARSET,              // nCharSet 
	   OUT_DEFAULT_PRECIS,        // nOutPrecision 
	   CLIP_DEFAULT_PRECIS,       // nClipPrecision 
	   DEFAULT_QUALITY,           // nQuality 
	   DEFAULT_PITCH | FF_SWISS,  // nPitchAndFamily 
	   NULL));                 // lpszFacename 

	m_stFirma.SetFont(&amp;fontfirma);
</code></pre>
<p>Das benutze ich...</p>
<p>Kann mir jemand sagen, warum der Text trotzdem normal und nicht um 90 Grad gedreht erscheint?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478891</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478891</guid><dc:creator><![CDATA[ExtremeSnail]]></dc:creator><pubDate>Fri, 12 Mar 2004 09:33:00 GMT</pubDate></item><item><title><![CDATA[Reply to Schrift 90° on Fri, 12 Mar 2004 11:22:39 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wäre ganz nett, wenn Du auch sagen würdest, unter welchem Betriebssystem Du arbeitest. Windows 9x und Wndows NT/200 verhalten sich, was Schriftsätze und deren Darstellungsformen angeht, oftmals grundverschieden.</p>
<p>Aber vielleicht solltest Du den Tipp aus der Online-Hilfe mal anwenden und das Argument für nEscapement auf denselben Wert wie nOrientation setzen. Außerdem solltest Du mal anstelle von 90 den Wert 900 verwenden, denn die Einheiten für diese Parameter sind 1/10 Grad!</p>
<p>Gruß,</p>
<p>Andreas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478927</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478927</guid><dc:creator><![CDATA[ags]]></dc:creator><pubDate>Fri, 12 Mar 2004 11:22:39 GMT</pubDate></item></channel></rss>