<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Thanks for your help.</p>
    <p>I'm using XeTeX .99996 from TeX Live 2016/W32TeX.</p>
    <p>I'm using version 3.0 of the font.<br>
    </p>
    <p>This command fires the feature properly:</p>
    <p>\test{Padauk/GR:1970040686=1}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">And none
      of these work:<br>
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk:+ulon}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:+ulon}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:+ulon=1}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:+ulon=True}</p>
    <p style="-qt-paragraph-type:empty; margin-top:0px;
      margin-bottom:0px; margin-left:0px; margin-right:0px;
      -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:script=mymr:+ulon}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:script=mymr:+ulon=1}</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\test{Padauk/GR:script=mymr:+ulon=True}</p>
    <p style="-qt-paragraph-type:empty; margin-top:0px;
      margin-bottom:0px; margin-left:0px; margin-right:0px;
      -qt-block-indent:0; text-indent:0px;"><br>
    </p>
    <p style="-qt-paragraph-type:empty; margin-top:0px;
      margin-bottom:0px; margin-left:0px; margin-right:0px;
      -qt-block-indent:0; text-indent:0px;">Anyway, I have a workaround.</p>
    <p style="-qt-paragraph-type:empty; margin-top:0px;
      margin-bottom:0px; margin-left:0px; margin-right:0px;
      -qt-block-indent:0; text-indent:0px;">Lorna</p>
    <p style="-qt-paragraph-type:empty; margin-top:0px;
      margin-bottom:0px; margin-left:0px; margin-right:0px;
      -qt-block-indent:0; text-indent:0px;"><br>
    </p>
    <br>
    <div class="moz-cite-prefix">-------- Original Message --------<br>
      Subject: Re: [XeTeX] graphite-info.tex<br>
      From: Jonathan Kew <a class="moz-txt-link-rfc2396E" href="mailto:jfkthame@gmail.com"><jfkthame@gmail.com></a><br>
      To: XeTeX (Unicode-based TeX) discussion. <a class="moz-txt-link-rfc2396E" href="mailto:xetex@tug.org"><xetex@tug.org></a><br>
      Date: 6/15/2016 6:32 PM<br>
    </div>
    <blockquote
      cite="mid:85dd3c9f-57db-646d-802b-db9eb1be9792@gmail.com"
      type="cite">On 15/6/16 20:38, Lorna Evans wrote:
      <br>
      <blockquote type="cite">Is there a graphite-info.tex to find out
        what the feature names are in a
        <br>
        Graphite font?
        <br>
        <br>
        I've haven't been able to find it and it would be useful. Or, is
        there
        <br>
        some other way to display all the Graphite features in a font.
        <br>
      </blockquote>
      <br>
      If I remember aright, the graphite feature support in xetex shares
      the same commands as the AAT feature support, so you should be
      able to run the AAT-info.tex file and just change the font names
      appropriately. (You'll need to change the Mac-specific fonts it
      uses to annotate the output, as well as the name of the actual
      target font.)
      <br>
      <br>
      <blockquote type="cite">
        <br>
        My actual problem is that I have a font where the feature name
        is "Long
        <br>
        U with Yayit, long UU with Hato". I'm able to access all other
        features
        <br>
        in the font except this one. I wonder if XeTeX thinks it's too
        long or
        <br>
        if it doesn't like the comma in the feature name. Would it
        concatenate
        <br>
        the feature name in that case?
        <br>
        <br>
      </blockquote>
      <br>
      I'm pretty sure the comma is the problem; the "micro-syntax" xetex
      parses in the font name string will treat comma as separating two
      successive values for the same feature name. That is, it's
      intended to let you say things like:
      <br>
      <br>
        \font\x = "MyFont:Ligatures=Common,Rare,Historical"
      <br>
      <br>
      as a shorthand for:
      <br>
      <br>
        \font\x =
      "MyFont:Ligatures=Common;Ligatures=Rare;Ligatures=Historical"
      <br>
      <br>
      To work around this, I _think_ it also lets you specify features
      by ID (like for OpenType fonts), so you should be able to do
      <br>
      <br>
        \font\x = "Padauk:+ulon"
      <br>
      <br>
      as suggested by Andrew in the reply I just saw arrive. :)
      <br>
      <br>
      JK
      <br>
      <br>
      <br>
      <br>
      --------------------------------------------------
      <br>
      Subscriptions, Archive, and List information, etc.:
      <br>
       <a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/xetex">http://tug.org/mailman/listinfo/xetex</a>
      <br>
    </blockquote>
    <br>
  </body>
</html>