gfx font converter
1.0.0
convert.ps1 script.gfx file from output folder to your script's stream folderRegisterFontFile('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>'