<?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 - Experimental alphabet in OpenType - Comments</title>
 <link>http://typophile.com/node/44899</link>
 <description>Comments for &quot;Experimental alphabet in OpenType&quot;</description>
 <language>en</language>
<item>
 <title>One thing to keep in mind is</title>
 <link>http://typophile.com/node/44899#comment-277809</link>
 <description>&lt;p&gt;One thing to keep in mind is that classical Mongolian descends from the Arabic abjad, but written from top to bottom instead of left to right. You’re going to have to deal with many things that cause problems in Arabic design, so if you find no explanations for classical Mongolian (not surprising, there’s not much computer support yet), look to what’s been done for Arabic.&lt;/p&gt;
&lt;p&gt;Your requirement for split hyphenation, where a hyphen appears on both the end of one line and the beginning of another, will be a typesetting problem and not easily solvable through OpenType. I think the old German orthography problem of duplicating a letter on the following line (e.g. »Schiff-/fahrt« for »Schiffahrt«) is basically similar. Marking the start of a line or sentence is also better done in typesetting, since it will often need to be adjusted by hand. Fighting with a font’s automatic behavior is a losing battle.&lt;/p&gt;
&lt;p&gt;Don’t let any of this dissuade you from trying to make the font work rather than going with SVG or something. You can do most of what you want in OpenType, and having done so you’ll end up with many more intellectual rewards. The result will also have a much broader potential audience.&lt;/p&gt;
</description>
 <pubDate>Sun, 11 May 2008 14:19:05 -0700</pubDate>
 <dc:creator>jcrippen</dc:creator>
 <guid isPermaLink="false">comment 277809 at http://typophile.com</guid>
</item>
<item>
 <title>You might want to have a</title>
 <link>http://typophile.com/node/44899#comment-276644</link>
 <description>&lt;p&gt;You might want to have a look at the existing fonts  for classical Mongolian script,  MonBaiti.ttf in MS Vista plus possibly a couple of these:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wazu.jp/gallery/Fonts_Mongolian.html&quot; title=&quot;http://www.wazu.jp/gallery/Fonts_Mongolian.html&quot;&gt;http://www.wazu.jp/gallery/Fonts_Mongolian.html&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun,  4 May 2008 07:11:08 -0700</pubDate>
 <dc:creator>Tom Gewecke</dc:creator>
 <guid isPermaLink="false">comment 276644 at http://typophile.com</guid>
</item>
<item>
 <title>Hmm, right down the middle,</title>
 <link>http://typophile.com/node/44899#comment-276247</link>
 <description>&lt;p&gt;Hmm, right down the middle, nice.  I suppose I could try both.&lt;/p&gt;
&lt;p&gt;By continuing the hyphen, I mean having a contextual marker at the start of the continued line.  I&amp;#8217;ve attached the Vine alphabet reference image to the root post to show what I mean.  I can guess that it could be simulated as well, though, due to the nature of the script (no word breaks).&lt;/p&gt;
</description>
 <pubDate>Thu,  1 May 2008 16:18:33 -0700</pubDate>
 <dc:creator>MathHat</dc:creator>
 <guid isPermaLink="false">comment 276247 at http://typophile.com</guid>
</item>
<item>
 <title>1) nothing to do with</title>
 <link>http://typophile.com/node/44899#comment-276223</link>
 <description>&lt;p&gt;1) nothing to do with OpenType per se, although OpenType certainly has functionality helpful in supporting vertical text.&lt;/p&gt;
&lt;p&gt;2) If you want Latin vowels to turn into diacritics, that would take some thought. Probably.&lt;/p&gt;
&lt;p&gt;3) Yes, and it&amp;#8217;s quite easy.&lt;/p&gt;
&lt;p&gt;4) Not exactly. You could simulate these half-decently with contextual functionality, though.&lt;/p&gt;
&lt;p&gt;5) That would definitely be a function of the typesetting tool.&lt;/p&gt;
&lt;p&gt;6) Not quite sure what that means, but probably not, if I&amp;#8217;m guessing right.&lt;/p&gt;
&lt;p&gt;So, your second and fourth items would be tricky.&lt;/p&gt;
</description>
 <pubDate>Thu,  1 May 2008 14:03:43 -0700</pubDate>
 <dc:creator>Thomas Phinney</dc:creator>
 <guid isPermaLink="false">comment 276223 at http://typophile.com</guid>
</item>
<item>
 <title>Experimental alphabet in OpenType</title>
 <link>http://typophile.com/node/44899</link>
 <description>&lt;p&gt;I&amp;#8217;m interested in creating a typeface for the &lt;a class=&quot;freelinking-external&quot; href=&quot;http://www.omniglot.com/writing/vine.htm&quot;&gt;Vine alphabet&lt;/a&gt;, if only because it creates such an appealing look.  (Also, since I&amp;#8217;m not enlightened in traditional type, I suppose critiques on experiments will be less deriding. ;)  However, it&amp;#8217;s a very peculiar script, and I&amp;#8217;m not familiar with all of the capabilities of OpenType, so I&amp;#8217;d like to know if the following things, among others, are possible, and in what circumstances:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vertical text in left-to-right columns&lt;/li&gt;
&lt;li&gt;Vowels as diacritics (or maybe just fancy kerning)&lt;/li&gt;
&lt;li&gt;Arbitrary ligatures, e.g. &amp;#8217;zz&amp;#8217;, &amp;#8217;sc&amp;#8217;, &amp;#8217;pph&amp;#8217;&lt;/li&gt;
&lt;li&gt;Marking the start of a line/sentence (or maybe just captials)&lt;/li&gt;
&lt;li&gt;Forcing line break at end of sentence&lt;/li&gt;
&lt;li&gt;Continuing hypenation on a new line&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If too many of these capabilities end up to be dependent on the typesetting tool rather than OpenType, I may just turn this into an SVG/EMCA script.  Thanks for any tips in advance.&lt;/p&gt;
&lt;p&gt;EDIT: attached the graphical description of the alphabet.&lt;br /&gt;
&lt;div class=&quot;imageWrap&quot;&gt;&lt;img src=&quot;/files/vine_3871.gif&quot; /&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <comments>http://typophile.com/node/44899#comments</comments>
 <category domain="http://typophile.com/taxonomy/term/6">Build</category>
 <pubDate>Thu,  1 May 2008 12:47:33 -0700</pubDate>
 <dc:creator>MathHat</dc:creator>
 <guid isPermaLink="false">44899 at http://typophile.com</guid>
</item>
</channel>
</rss>
