gfx font converter
1.0.0
convert.ps1スクリプトを実行しますoutputフォルダーからスクリプトのstreamフォルダーに新しい.gfxファイルを追加します 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> '