10-05-2023, 03:59 PM
I downloaded https://www.dafont.com/picturama-founder.font and placed the folder into the QB64pe folder
the following works in Zorin x64 with the latest QB64pe
the following works in Zorin x64 with the latest QB64pe
Code: (Select All)
i& = _NewImage(800, 600, 32)
Screen i&
Color &HC0FFFF00, &H200000FF
f& = _LoadFont("picturama_founder/PicturamaAlternate_PERSONAL_USE_ONLY.otf", 25) 'normal style
_Font f&
Print "Hello!"