- Run the
convert.ps1
script - Drag and drop your font file to the PowerShell window
- Confirm and enter prompt details
- Add the new
.gfx
file fromoutput
folder to your script'sstream
folder - Register the font in-game
RegisterFontFile('Arial') -- File name without file extension
local fontId = RegisterFontId('Arial') -- Font name you entered in the convert script
local fontText = '<font face="Arial">This text will have the Arial font</font>'