Changes

Jump to navigation Jump to search
m
add category Old Content
< [[Encodings and Regimes]] | [[Fonts in XeTeX]] | [[XeTeX]] > This is a somewhat temporary & incomplete page for those interested in datails details about how XeTeX deals with input encodings and font encodings. (I've dropped a couple of notes here before I forget them.)
Plain user should not bother about this - ConTeXt should eventually do everything automatically using the same macro commands as for pdfTeX. So please do not consider this page as a part of official documentation or as a recipe of how things should be done. This information might become obsolete.
</texcode>
== Named glyphs == If you know the name of the glyphs, but not their exact location (for example, these could be glyphs in private area of Unicode, which is not standardized), <code>\XeTeXglyphindex</code> can help you. <texcode>\XeTeXglyphindex "glyphname"</texcode>returns glyph ID of a named glyph. You can (hopefully) use it like that <i>(to be tested once XeTeX 0.993 for Linux is out!!!)</i>: <texcode>\def\ubreveinvertedlow{% \char{\XeTeXglyphindex "ubreveinvertedlow"}}</texcode> <i>(Works with [[Category:XeTeX]]>= 0.993 and [[Latin Modern]] >= 1.0.)</i> [[Category:FontsOld_Content]]

Navigation menu