Media/Themes/Umami: Make IBM3161 the default monospace font
This commit is contained in:
parent
5107975a32
commit
195df64e38
2 changed files with 3 additions and 3 deletions
BIN
Media/Themes/Umami/BitmapFont/ibm3161.png
Normal file
BIN
Media/Themes/Umami/BitmapFont/ibm3161.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
|
@ -1607,8 +1607,8 @@ BitmapFont* @umami_theme_bitmapfont_002 = @bitmapfont_new_from_context2d(
|
|||
BitmapFonts.Add(@umami_theme_bitmapfont_002);
|
||||
|
||||
BitmapFont* @umami_theme_bitmapfont_003 = @bitmapfont_new_from_context2d(
|
||||
Image.FileToContext2D("M:/Media/Themes/Umami/BitmapFont/monospace.png"),
|
||||
"Spleen",
|
||||
Image.FileToContext2D("M:/Media/Themes/Umami/BitmapFont/ibm3161.png"),
|
||||
"IBM3161",
|
||||
" !\"#\d%&'()*+,-./"
|
||||
"0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`"
|
||||
"abcdefghijklmnopqrstuvwxyz{|}~",
|
||||
|
@ -1618,7 +1618,7 @@ BitmapFonts.Add(@umami_theme_bitmapfont_003);
|
|||
|
||||
Compositor.theme.font.menu = BitmapFonts.GetByName("Eight Bit Dragon");
|
||||
Compositor.theme.font.sans = BitmapFonts.GetByName("Nineteen Ninety Three");
|
||||
Compositor.theme.font.monospace = BitmapFonts.GetByName("Spleen");
|
||||
Compositor.theme.font.monospace = BitmapFonts.GetByName("IBM3161");
|
||||
|
||||
Compositor.theme.window.min_width = 128;
|
||||
Compositor.theme.window.min_height = 128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue