Skip to content

Convert .fnt file to .bin file, for creating customize file for osu-framework

Notifications You must be signed in to change notification settings

karaoke-dev/Fnt2Bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fnt2Bin

This is the tool to converting .fnt file to .bin file. Using for creating customize file for osu-framework.

How to create customize font

  1. First, follow this articla to convert font file(.otf) into .fnt and lots of png file.
    If everything goes well, should see this in your export folder.


    Also notice that can shift-and select right side, then press Select marked subset to select those subset(character set) wants to export, recommand to select all for preventing some character is missing.

    And should follow the naming at this time:

    FontUsage.Family FontUsage.Weight FontUsage.Italics Font file name
    MyAwesomeFont "Light" false MyAwesomeFont-Light
    MyAwesomeFont "Bold" true MyAwesomeFont-BoldItalic
    MyAwesomeFont null false MyAwesomeFont
    MyAwesomeFont null true MyAwesomeFont-Italic
  2. Use this program to convert .fnt into .bin file by drag to .fnt file into program.

  3. Then continue reading this articla or this article to import this file to your awsome project.

  4. If everything works well, should be able to see new font on your game / ruleset.

About

Convert .fnt file to .bin file, for creating customize file for osu-framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages