TaikoPythonTools/TaikoFontAtlasTool/README.md

16 lines
658 B
Markdown
Raw Normal View History

2024-06-16 20:13:56 +02:00
# Taiko no Tatsujin - Font to Atlas Texture
Usage: font_to_atlas.py [-h] ttf_path font_size image_width image_height {ascii,unicode} output_name
Convert TTF font to texture and XML
Positional arguments:
ttf_path Path to the TTF font file
font_size Font size
image_width Width of the texture image
image_height Height of the texture image
{ascii,unicode} Character range
output_name Output name (e.g., en_64)
2024-06-16 20:16:03 +02:00
Should support any NU Library Taiko game which pairs a texture atlas and xml file for it's font. (NS1, PS4 and Arcade).
2024-06-16 20:13:56 +02:00
Possibly may also support non-Taiko NU Library titles also.