Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 850 Bytes

How to use

  • 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 from output folder to your script's stream folder
  • Register the font in-game
Example of how to register a custom font
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>'

Credits