Hi
For a project I am working on,I need use a specific font file.I copied this font file to windows fonts folder using this code.
FSys.CopyFile App.Path & "\FUTRFW.TTF", "C:\WINDOWS\Fonts\", False
But when I open my project I see my text is on default font, not on the font I copied.
When I...