moving to another system (Win 10) I have trouble to link a couple of nice fonts to my programs.
The strange thing.. first it worked. Also when I compile just be pressing F5 it works.
But saving it to a .exe it doesnt. I just took the dafult path, when I installed Hollywood.
Exmple:
Code: Select all
@DISPLAY {Mode = "Windowed", Width = 1280, Height = 600,Color=#WHITE}
@FONT 1, "Albertus Extra Bold", 64, {Engine = #FONTENGINE_INBUILT}
UseFont(1)
SetFontColor(#BLACK)
Locate(300,240)
Print("Hello")
WaitKeyDown("Return")