mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 16:55:32 -04:00
examples: Remove font templates
There are many examples with sample fonts.
This commit is contained in:
parent
4f90a74d4a
commit
1246d11d74
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
@ -77,7 +77,7 @@ void NF_InitTextSys(u8 screen);
|
||||
/// You must load the font for every text layer you want to create. Every font
|
||||
/// loaded uses a slot of tiled backgrounds of RAM.
|
||||
///
|
||||
/// There is a folder with font templates in the text examples folder.
|
||||
/// There are many examples with custom fonts in the examples folder.
|
||||
///
|
||||
/// Example:
|
||||
/// ```
|
||||
|
@ -47,7 +47,7 @@ extern "C" {
|
||||
/// You must load the font for every text layer you want to create. Every font
|
||||
/// loaded uses a slot of tiled backgrounds of RAM.
|
||||
///
|
||||
/// There is a folder with font templates in the text examples folder.
|
||||
/// There are many examples with custom fonts in the examples folder.
|
||||
///
|
||||
/// Example:
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user