mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
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