<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LMD Innovative Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.lmd.de/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lmd.de</link>
	<description>News, Tutorials</description>
	<lastBuildDate>Mon, 16 Jan 2012 18:38:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>New LMD 2012.1 installers available</title>
		<link>http://blog.lmd.de/2012/01/new-lmd-2012-1-installers-available/</link>
		<comments>http://blog.lmd.de/2012/01/new-lmd-2012-1-installers-available/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 18:36:52 +0000</pubDate>
		<dc:creator>rmaricca</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.lmd.de/?p=266</guid>
		<description><![CDATA[New LMD 2012 installers are available. New version is 2012.1. All main and standalone pack installers were updated. Review all changes at history page. Find summary of all LMD 2012 changes at LMD 2012 What is New Page. Besides new features several documentation parts were updated. On public following tutorials were updated: LMD DockingPack Tutorial [...]]]></description>
			<content:encoded><![CDATA[<p>New <b>LMD 2012</b> installers are available. New version is <b>2012.1</b>.<br />
All main and standalone pack installers were updated.</p>
<p>Review all changes at <a href="http://blog.lmd.de/6o">history page</a>.<br />
Find summary of all LMD 2012 changes at <a href="http://blog.lmd.de/Jq">LMD 2012 What is New Page</a>.</p>
<p>Besides new features several documentation parts were updated. On public following tutorials were updated:</p>
<ul>
<li><a href="http://blog.lmd.de/zo">LMD DockingPack Tutorial</a></li>
<li><a href="http://blog.lmd.de/yB">LMD DesignPack Tutorial</a></li>
<li><a href="http://blog.lmd.de/kg">LMD ScriptPack Guide</a></li>
<li><a href="http://blog.lmd.de/AS">LMD SyntaxEdit Scheme Reference</a></li>
</ul>
<p>If you prefer helpfiles, please get either LMD IDE-Tools integration files (updated as well) or standalone CHM  files:</p>
<ul>
<li><a href="http://blog.lmd.de/TV">LMD DockingPack Tutorial</a></li>
<li><a href="http://blog.lmd.de/uPv">LMD DesignPack Tutorial</a></li>
<li><a href="http://blog.lmd.de/7C">LMD ScriptPack Guide</a></li>
<li><a href="http://blog.lmd.de/Ew">LMD SyntaxEdit Scheme Reference</a></li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.lmd.de/2012/01/new-lmd-2012-1-installers-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;At&#8221; in font typename</title>
		<link>http://blog.lmd.de/2009/12/at-in-font-typename/</link>
		<comments>http://blog.lmd.de/2009/12/at-in-font-typename/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:55:12 +0000</pubDate>
		<dc:creator>Alexander</dc:creator>
				<category><![CDATA[LMD ElPack]]></category>
		<category><![CDATA[LMD Packs]]></category>
		<category><![CDATA[LMD VCL]]></category>
		<category><![CDATA[LMD-Tools]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.lmd.de/?p=110</guid>
		<description><![CDATA[Several Windows font names start with &#8220;@&#8221; in their names, but what does that mean exactly? I think this is not of interest for me only &#8211; I just had a related support question from a customer. After googling 20 minutes I finally found the answer on MSDN (article &#8220;Vertical Writing and Printing&#8220;, which is no longer [...]]]></description>
			<content:encoded><![CDATA[<p>Several Windows font names start with &#8220;@&#8221; in their names, but what does that mean exactly? I think this is not of interest for me only &#8211; I just had a related support question from a customer. After googling 20 minutes I finally found the answer on MSDN (article &#8220;<a href="http://blog.lmd.de/x8">Vertical Writing and Printing</a>&#8220;, which is no longer available, though):</p>
<blockquote><p>
<em>As the following illustration shows, displaying text vertically doesn&#8217;t mean that you simply rotate an entire line of text by 90 degrees. Most characters remain upright, but others, such as those identified by arrows, change orientation.</em></p>
<p><img src="http://www.microsoft.com/globaldev/dis_v1/html/2216.gif" alt="" width="470" height="308" /></p>
<p><em>Fortunately, with Win32 you don&#8217;t need to write code to rotate characters. To display text vertically on Windows, enumerate the available fonts as usual and select a font whose typeface name begins with the at (@) character. Then create a LOGFONT structure, setting both the escapement and the orientation to 270 degrees. Calls to TextOut are the same as for horizontal text.</em></p>
<p><em>The Far East Win32 SDK contains a sample application called TATE (short for tategaki, meaning &#8220;vertical writing&#8221;) which demonstrates how to create fonts and display vertical text. Figure 7-22 shows a sample file displayed in TATE using a horizontal font. Selecting a vertical font from the Font dialog box (see Figure 7-23 below) causes the text to be displayed vertically. (See Figure 7-24 below.)</em>
</p></blockquote>
<p>As a result all LMD controls like TLMDFontComboBox, which allow to display or select a font, support now an option to hide such font names when they are of no or little use for your end customers. </p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://blog.lmd.de/2009/12/at-in-font-typename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

