<br><br><div class="gmail_quote">On Sat, Jul 16, 2011 at 3:21 PM, Peter Dyballa <span dir="ltr"><<a href="mailto:Peter_Dyballa@web.de">Peter_Dyballa@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Am 16.07.2011 um 18:04 schrieb Michael Joyner:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 16.07.2011 um 09:38 schrieb Michael Joyner:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As a sort of an aside (could tie into this) Is there a way to specify a<br>
"fallback" font for tetex to use when a glyph is not present in the<br>
</blockquote>
current<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
active font?<br>
</blockquote>
<br>
The results of finding in some other font the character would not satisfy<br>
the user in every case.<br>
<br>
</blockquote>
<br>
I fail to understand the reasoning for this statement.<br>
<br>
How would being able to specify a fallback font when a glyph is missing be<br>
such a negative?<br>
<br>
I am sure you don't intend that NO GLYPH is better rather than allowing the<br>
end-user being able to specify at least a basic fallback set of glyphs?<br>
</blockquote>
<br>
<br></div>
Partial misunderstanding – as in "ᏍᎪᎯ: Skoh-Hee". Does the last syllable sound like "hay" (or some other form of money) or different, like in German for example? </blockquote><div>More like the English pronoun 'he'</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
I assumed you were thinking of an automatic means as it exists in Mac OS X's font service or in GNU Emacs. Their results are not always satisfying. In XeTeX you simply make that character active, i.e. kind of a TeX command, and use just it:<br>

<br>
        \newfontfamily\ogonekfont{good looking font}<br>
        <br>
        \catcode`ǫ=\active<br>
        \defǫ{\ogonekfont o\char"0328\relax}<br>
<br>
The \def looks simpler when you do not need to combine. Then you can also abandon the \relax. (In the XeTeX mailing list archive you can find a hundred of examples: <a href="http://www.tug.org/pipermail/xetex/" target="_blank">http://www.tug.org/pipermail/<u></u>xetex/</a>.)<br>

<br>
--<br></blockquote><div><br></div><div>Eh? How would one leverage that to handle my font defines of (below) for only a fixed range of unicode?</div><div><br></div><div>(<span class="Apple-style-span" style="font-family: sans-serif; font-size: 14px; line-height: 19px; background-color: rgb(255, 255, 255); ">The Unicode block for Cherokee is U+13A0 ... U+13FF)</span></div>
<div><br></div>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\setmainfont[Mapping=tex-text,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Scale=MatchLowercase,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">BoldFont={Aboriginal Serif/B},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">BoldFeatures={Scale=MatchLowercase},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ItalicFont={*},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ItalicFeatures={Scale=MatchLowercase,FakeSlant=0.3},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">BoldItalicFont={Aboriginal Serif/BI},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">BoldItalicFeatures={Scale=MatchLowercase},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SmallCapsFont={*},</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">SmallCapsFeatures={Scale=MatchLowercase,FakeBold=4}]{Digohweli}%</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\setsansfont[Mapping=tex-text,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Scale=MatchLowercase]{Aboriginal Sans}%</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">\setmonofont[Mapping=tex-text,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Scale=1.0,</p>
<div>FakeBold=2]{Everson Mono}% </div></div><br>-- <br><div>---<br><ul><li>Learn to speak Cherokee: <a href="http://www.cherokeelessons.com/" target="_blank">http://www.cherokeelessons.com/</a></li><li>Cherokee Language Help BBS/Chat: <a href="http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6" target="_blank">http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6</a></li>
<li>Cherokee Lessons PDF made with: <a href="http://www.lyx.org/" target="_blank">http://www.lyx.org/</a></li></ul></div><br>