New monospace font, handmade, and testing it...
This commit is contained in:
parent
ec45e7c1e4
commit
5d4de6e619
@ -234,7 +234,7 @@ package body ui is
|
|||||||
end loop;
|
end loop;
|
||||||
end load_ui;
|
end load_ui;
|
||||||
begin
|
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...");
|
core.echo (core.comment, "Configuring UI components...");
|
||||||
--
|
--
|
||||||
@ -586,8 +586,8 @@ package body ui is
|
|||||||
word : unbounded_string := to_unbounded_string ("");
|
word : unbounded_string := to_unbounded_string ("");
|
||||||
--
|
--
|
||||||
buffer : character := ' ';
|
buffer : character := ' ';
|
||||||
width : constant integer := 13;
|
width : constant integer := 9;
|
||||||
height : constant integer := 11;
|
height : constant integer := 15;
|
||||||
length : natural := 1;
|
length : natural := 1;
|
||||||
offset : core.vector := (x, y);
|
offset : core.vector := (x, y);
|
||||||
subset : natural := 0;
|
subset : natural := 0;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue
Block a user