Convert built-in font to PNG

This commit is contained in:
sfan5 2023-10-25 16:54:22 +02:00
parent 7cade6f27f
commit 6fccc79270
4 changed files with 119 additions and 1038 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB