mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-29 13:42:11 +00:00
Update bfttf.h
This commit is contained in:
parent
e6bb15d608
commit
13efdb6074
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef enum {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 type; ///< BfttfFontType.
|
u8 type; ///< BfttfFontType.
|
||||||
u32 size; ///< Decoded BFTFF font size.
|
u32 size; ///< Decoded BFTFF font size.
|
||||||
u8 *ptr; ///< Pointer to font data.
|
u8 *ptr; ///< Pointer to font data.
|
||||||
} BfttfFontData;
|
} BfttfFontData;
|
||||||
|
|
||||||
/// Initializes the BFTTF interface.
|
/// Initializes the BFTTF interface.
|
||||||
|
|
Loading…
Reference in a new issue