Skip to content

This is the Texture Font Generator used by OutFox, which supports StepMania 3.x onwards and its derivatives.

License

Notifications You must be signed in to change notification settings

TeamRizu/Texture-Font-Generator-2020-Squirrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a modernisation of the Texture Font Generator for Project OutFox, which supports Stepmania 3.x and 5.x, with incorrect glyphs and archiac codepages removed.

The glyphs now follow a more unicode block/UTF-8 friendly method to generate.

To Compile - You can select 'Release' on the type and then compile. It's mainly limited to the old win32 standard, but these are still compatible as of July 2021

Adding new glyphs/missing glyphs. The fontpages need to be added back to the engine in 5.0/5.1 as they do not exist yet. This is a simple process of mirroring the codepages from Texture Font GeneratorDlg.cpp and adding it to the FontCharMaps.cpp within SM itself.

Ping me on the moondance server if you have any issues with backporting!

Squirrel/Scrat

Special Thanks

  • All original SM devs/contributors
  • Hanubeki for keeping me sane through the initial development and for giving me the ideas
  • MSDN for giving me a hand with the MFC back end 'fixing'