New monospace font, handmade, and testing it...

This commit is contained in:
Ognjen Milan Robovic 2024-05-13 07:40:23 -04:00
parent ec45e7c1e4
commit 5d4de6e619
2 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ package body ui is
end loop;
end load_ui;
begin
monospace := core.import_font ("./sprite/ui/monospace.png", 11, 0);
monospace := core.import_font ("./sprite/ui/monospace.png", 15, 0);
--
core.echo (core.comment, "Configuring UI components...");
--
@ -586,8 +586,8 @@ package body ui is
word : unbounded_string := to_unbounded_string ("");
--
buffer : character := ' ';
width : constant integer := 13;
height : constant integer := 11;
width : constant integer := 9;
height : constant integer := 15;
length : natural := 1;
offset : core.vector := (x, y);
subset : natural := 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB