01-12-2026, 08:20 PM
This also came up in the Discord and Tony3608 shared how he embeds a font:
Obviously change ./SPL.TTF to the one you use
@Magdha @a740g FYI
Code: (Select All)
$Embed:'./SPL.TTF','myfont'
Dim Shared Myfont&
Myfont& = _LoadFont(_Embedded$("myfont"), 20, "MEMORY|MONO|BOLD")
Obviously change ./SPL.TTF to the one you use

@Magdha @a740g FYI

