<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://typophile.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Typophile - OT Alternative Characters - Comments</title>
 <link>http://typophile.com/node/40965</link>
 <description>Comments for &quot;OT Alternative Characters&quot;</description>
 <language>en</language>
<item>
 <title>&gt; Out of curiosity does not</title>
 <link>http://typophile.com/node/40965#comment-252449</link>
 <description>&lt;p&gt;&amp;gt; &lt;em&gt;Out of curiosity does not having the dot before alt compromise anything?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.adobe.com/devnet/opentype/archives/glyphnamelimits.html#2&quot;&gt;Where and why glyph names are used&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 17 Jan 2008 11:04:06 -0800</pubDate>
 <dc:creator>Miguel Sousa</dc:creator>
 <guid isPermaLink="false">comment 252449 at http://typophile.com</guid>
</item>
<item>
 <title>Miguel, thanks I’ll try</title>
 <link>http://typophile.com/node/40965#comment-252278</link>
 <description>&lt;p&gt;Miguel, thanks I&amp;#8217;ll try that and correct the alt adding the dot before. &lt;/p&gt;
&lt;p&gt;Out of curiosity does not having the dot before alt compromise anything?&lt;/p&gt;
&lt;p&gt;Appreciate your response!&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description>
 <pubDate>Wed, 16 Jan 2008 20:34:19 -0800</pubDate>
 <dc:creator>Mike Jarboe</dc:creator>
 <guid isPermaLink="false">comment 252278 at http://typophile.com</guid>
</item>
<item>
 <title>Okay cool thats working now</title>
 <link>http://typophile.com/node/40965#comment-252325</link>
 <description>&lt;p&gt;Okay cool thats working now I thought my output error had to do with the above lookup code but it was within a font that I had removed all of the kerning data but left the kern feature in… as soon as I deleted the kern feature and compiled all was fine… happens to be a font that i&amp;#8217;m redoing the kerning on…&lt;/p&gt;
</description>
 <pubDate>Wed, 16 Jan 2008 20:31:26 -0800</pubDate>
 <dc:creator>Mike Jarboe</dc:creator>
 <guid isPermaLink="false">comment 252325 at http://typophile.com</guid>
</item>
<item>
 <title>Mike, ’aalt’ is</title>
 <link>http://typophile.com/node/40965#comment-252063</link>
 <description>&lt;p&gt;Mike, &amp;#8217;aalt&amp;#8217; is (indirectly) accessed via the Glyph Palette.&lt;br /&gt;
But anyway, I think this is what you want:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
feature aalt {&lt;br /&gt;
feature salt;&lt;br /&gt;
feature ss01;&lt;br /&gt;
feature titl;&lt;br /&gt;
} aalt;&lt;/p&gt;
&lt;p&gt;feature salt {&lt;br /&gt;
lookup OALT {&lt;br /&gt;
sub O by Oalt;&lt;br /&gt;
sub Oacute by Oacutealt;&lt;br /&gt;
sub Ograve by Ogravealt;&lt;br /&gt;
sub Ocircumflex by Ocircumflexalt;&lt;br /&gt;
sub Odieresis by Odieresisalt;&lt;br /&gt;
sub Otilde by Otildealt;&lt;br /&gt;
sub Oslash by Oslashalt;&lt;br /&gt;
sub o by oalt;&lt;br /&gt;
sub oacute by oacutealt;&lt;br /&gt;
sub ograve by ogravealt;&lt;br /&gt;
sub ocircumflex by ocircumflexalt;&lt;br /&gt;
sub odieresis by odieresisalt;&lt;br /&gt;
sub otilde by otildealt;&lt;br /&gt;
sub oslash by oslashalt;&lt;br /&gt;
}OALT;&lt;br /&gt;
} salt;&lt;/p&gt;
&lt;p&gt;feature ss01 {&lt;br /&gt;
lookup OALT;&lt;br /&gt;
} ss01;&lt;/p&gt;
&lt;p&gt;feature titl {&lt;br /&gt;
lookup OALT;&lt;br /&gt;
} titl;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And while you&amp;#8217;re at it, the correct glyph names for your alternates is O.alt , Oacute.alt , etc. (notice the dot before &amp;#8217;alt&amp;#8217;)&lt;/p&gt;
</description>
 <pubDate>Wed, 16 Jan 2008 02:42:47 -0800</pubDate>
 <dc:creator>Miguel Sousa</dc:creator>
 <guid isPermaLink="false">comment 252063 at http://typophile.com</guid>
</item>
<item>
 <title>OT Alternative Characters</title>
 <link>http://typophile.com/node/40965</link>
 <description>&lt;p&gt;Having a bit of trouble with alt characters… everything works fine in the Fontlab OpenType features window using&lt;/p&gt;
&lt;p&gt;feature aalt {&lt;br /&gt;
  sub O by Oalt;&lt;br /&gt;
  sub Oacute by Oacutealt;&lt;br /&gt;
  sub Ograve by Ogravealt;&lt;br /&gt;
  sub Ocircumflex by Ocircumflexalt;&lt;br /&gt;
  sub Odieresis by Odieresisalt;&lt;br /&gt;
  sub Otilde by Otildealt;&lt;br /&gt;
  sub Oslash by Oslashalt;&lt;br /&gt;
  sub o by oalt;&lt;br /&gt;
  sub oacute by oacutealt;&lt;br /&gt;
  sub ograve by ogravealt;&lt;br /&gt;
  sub ocircumflex by ocircumflexalt;&lt;br /&gt;
  sub odieresis by odieresisalt;&lt;br /&gt;
  sub otilde by otildealt;&lt;br /&gt;
  sub oslash by oslashalt;&lt;br /&gt;
} aalt;&lt;/p&gt;
&lt;p&gt;But I noticed there&amp;#8217;s no way to access &amp;#8217;aalt&amp;#8217; in Illustrator CS3… so I wanted to add salt, ss01 and maybe titl as well in the OT features for multi-application access.&lt;/p&gt;
&lt;p&gt;I found this thread containing a suggestion:&lt;/p&gt;
&lt;p&gt;Whenever you define any features in your font that produce 1:1 substitutions by some alternates (salt, ss01-ss20, swsh, hist, smcp, c2sc etc.), you should link these features to aalt in the following way:&lt;/p&gt;
&lt;p&gt;feature aalt { &lt;br /&gt;
feature salt; &lt;br /&gt;
feature ss01; &lt;br /&gt;
feature ss02; &lt;br /&gt;
feature hist;&lt;br /&gt;
 feature smcp; &lt;br /&gt;
feature c2sc;&lt;br /&gt;
 } aalt;&lt;/p&gt;
&lt;p&gt;But not sure how to implement and &amp;#8217;link&amp;#8217; these… does it go above or below the &amp;#8217;aalt&amp;#8217; feature code?&lt;/p&gt;
&lt;p&gt;And does aalt on it&amp;#8217;s own just not show up in some applications such as Illustrator?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
 <comments>http://typophile.com/node/40965#comments</comments>
 <category domain="http://typophile.com/taxonomy/term/6">Build</category>
 <pubDate>Tue, 15 Jan 2008 21:27:08 -0800</pubDate>
 <dc:creator>Mike Jarboe</dc:creator>
 <guid isPermaLink="false">40965 at http://typophile.com</guid>
</item>
</channel>
</rss>
