Crate kfn_rs
Source - fonts
- Default fonts module
- helpers
- Helpers, containing methods for handling the data and filetypes.
- kfn_data
- Module for handling the main data of the KFN file, like songtexts and sync times.
- kfn_header
- The header of the KFN file, containing non-essential data for playing, like the artist or title.
- kfn_ini
- The Song.ini file, containing essential information about the KFN.
- kfn_player
- Window for displaying the KFN file.
- kfn_thread
- Kfn
- Struct representing a .kfn file and it’s components, like the header and data.
- KfnParseError