forked from Mirrorlandia_minetest/irrlicht
Convert built-in font to PNG
This commit is contained in:
parent
7cade6f27f
commit
6fccc79270
File diff suppressed because it is too large
Load Diff
@ -149,7 +149,7 @@ void CGUIEnvironment::loadBuiltInFont()
|
||||
CGUIFont* font = new CGUIFont(this, DefaultFontName );
|
||||
if (!font->load(file))
|
||||
{
|
||||
os::Printer::log("Error: Could not load built-in Font. Did you compile without the BMP loader?", ELL_ERROR);
|
||||
os::Printer::log("Error: Could not load built-in Font.", ELL_ERROR);
|
||||
font->drop();
|
||||
file->drop();
|
||||
return;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
BIN
source/Irrlicht/builtInFont.png
Normal file
BIN
source/Irrlicht/builtInFont.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user