<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I am completely unfamiliar with both LaTeX and Fontspec, but am
    trying to use them for a project on which I am currently working.  I
    have in my preamble :<br>
    <blockquote type="cite">
      <ol>
        <li><tt>\setmainfont [Color=text-colour] {Noto Serif Bold
            Italic}</tt>
        </li>
        <li><tt>\newfontface \thai [Color=text-colour, Language=Thai,
            Script=Thai] {Noto Serif Thai Bold}</tt></li>
        <li><tt>\newfontface \bengali [Color=text-colour,
            Language=Bengali, Script=Bengali, Scale=1.414] {Noto Serif
            Bengali Bold}</tt></li>
        <li><tt>\newfontface \hindi [Color=text-colour, Language=Hindi,
            Script=Devanagari, Scale=1.414] {Noto Serif Devanagari Bold</tt></li>
        <li><tt>\newfontface \nepali [Color=text-colour,
            Language=Nepali, Script=Devanagari, Scale=1.414] {Noto Serif
            Devanagari Bold}</tt></li>
        <li><tt>\newfontface \japanese [Color=text-colour,
            Language=Japanese, Script=CJK] {Noto Sans CJK JP Bold}</tt></li>
        <li><tt>\newfontface \korean [Color=text-colour,
            Language=Korean, Script=CJK] {Noto Sans CJK KR Bold}</tt></li>
        <li><tt>\newfontface \mandarin [Color=text-colour,
            Language=Chinese Traditional, Script=CJK] {Noto Sans CJK TC
            Bold}</tt></li>
        <li><tt>\newfontface \tibetan [Color=text-colour,
            Language=Tibetan, Script=Tibetan] {Noto Sans Tibetan Bold}</tt></li>
        <li><tt>\newfontface \arabic [Color=text-colour,
            Language=Arabic, Script=Arabic, Scale=1.414] {Noto Naskh
            Arabic Bold}</tt></li>
        <li><tt>\newfontface \hebrew [Color=text-colour,
            Language=Hebrew, Script=Hebrew] {Noto Sans Hebrew Bold}</tt></li>
      </ol>
    </blockquote>
    but the "<tt>Scale=1.414</tt>" option is there only because I cannot
    see in the Fontspec documentation how to accomplish what I really
    want to, which is to load the font at a specific size (dimension,
    not unitless quantity) .  May I therefore ask two questions, please
    ?<br>
    <ol>
      <li>At what size is Noto Serif Bold Italic being loaded at line 1
        ?</li>
      <li>How should I specify (e.g.,) "<tt>Size=14.14 pt</tt>" or "<tt>Size=1.2
          pc</tt>"  rather than "<tt>Scale=1.414</tt>" on (e.g.,) line 3
        ?</li>
    </ol>
    <p>Philip Taylor</p>
  </body>
</html>