<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks again, Jari, for this update!<br>
    <br>
    >FCFontDialog class added, for a user font selection dialog.
    <br>
    Wow, great feature!<br>
    Unfortunately the sample string changes when the font changes in the
    dialog.<br>
    See this video:<br>
    <a class="moz-txt-link-freetext" href="https://www.youtube.com/watch?v=6IsMT5Q_tDw">https://www.youtube.com/watch?v=6IsMT5Q_tDw</a><br>
    And do you know if the list of fonts displayed here is identical to
    what FCStrings:LoadSystemFontNames() returns ?<br>
    <br>
    Test code:<br>
    local fontinfo=finale.FCFontInfo()<br>
    fontinfo.Name="HayFIN"<br>
    local d=finale.FCFontDialog(finenv.UI(),fontinfo)<br>
    local str=finale.FCString()<br>
    str.LuaString=string.char(38)<br>
    d:SetSampleString(str)<br>
    d:Execute()<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>