examples: Remove font templates

There are many examples with sample fonts.
This commit is contained in:
Antonio Niño Díaz 2023-05-13 17:32:17 +01:00
parent 4f90a74d4a
commit 1246d11d74
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -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:
/// ```

View File

@ -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:
/// ```