Hello to you!<br><br>I've already posted a question on this topic but I got stuck again. Here's my code:<br><br>CreateScalableFontResource(0, PChar('c:\Windows\System\trn.fot'), PChar('c:\windows\System\trn.ttf'), nil);<br>AddFontResource(PChar('c:\Windows\System\trn.fot'));<br>SendMessage(HWND_BROADCAST, WM_FONTCHANGE, 0, 0);<br><br>I am trying to make trn.ttf work from within my own program directory. CreateScalableFontResource works. It really creates the .fot file but I can't work out why AddFontResource does nothing or it does something but I can't figure out how to use the font. If this code is OK, could you, please, give me an example of how to make use of the font after these lines have been executed. Thank you!