<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari,<br>
    <br>
    when I create the strings from FCFileInfoText, for example
    LoadTitle(), I get a string like<br>
    <br>
    ^font(Times New Roman,4096)^size(12)^nfx(0)Song Title<br>
    <br>
    Are you sure that this is what Finale produces internally from the
    ^title() tag ?<br>
    Because this would mean that Finale uses the default text font /
    font size which in this case is Times/12.<br>
    <br>
    For example, if I create the text string of a large score title in
    font size <b>24 with </b>FCPageText:CreateTextString() I get:<br>
    <br>
    ^font(Times New Roman,4096)^size(<b>24</b>)^nfx(0)^title()<br>
    <br>
    If I substitute the ^title() with what FCFileInfoText():LoadTitle()
    produces, it would lead to:<br>
    <br>
    ^font(Times New Roman,4096)^size(<b>24</b>)^nfx(0)^font(Times New
    Roman,4096)^size(<b>12</b>)^nfx(0)Song Title<br>
    <br>
    which would print as a title in font size <b>12</b>.<br>
    Could it be that the font information is not necessary in the
    FCFileInfoText strings,<br>
    I.e. that LoadTitle() should only return a string "Song Title" with
    no Enigma tags ?<br>
    <br>
    Best regards,<br>
    Jan<br>
  </body>
</html>