How to install a Windows font (TTF)
Hello Everyone,
Please, help me. The code bellow is correct when I need to install a Windows TTF font ? I need to write more code after this ?
SetOutPath "C:\WINDOWS\FONTS"
IfFileExists "C:\WINDOWS\FONTS\lcb.TTF" NoInstallFont
File "C:\Software\lcb.TTF"
NoInstallFont:
[],s
Luiz Carlos