<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Jari,<br>
    <br>
    FCFontPrefs seems to not work properly (or FCFontInfo?).<br>
    No matter what FCFontPref I load, I always get "Times New Roman" as
    result, but it should (usually) be "Maestro".<br>
    <br>
    Code snippet:<br>
    local fontprefs=finale.FCFontPrefs()<br>
    fontprefs:Load(finale.FONTPREF_MUSIC)<br>
    local fontinfo=fontprefs:CreateFontInfo()<br>
    print(fontinfo.Name)<br>
    <br>
    Prints "Times New Roman" in Fin25, and "Maestro" in Fin2014.<br>
    Same result for example with fontprefs:Load(finale.FONTPREF_CLEF)
    and others.<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>