mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
font for wordprocessor
This commit is contained in:
BIN
assets/wpfont.kra
LFS
Normal file
BIN
assets/wpfont.kra
LFS
Normal file
Binary file not shown.
BIN
assets/wpfont.png
Normal file
BIN
assets/wpfont.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
@@ -24,7 +24,7 @@ public class AppLoader {
|
||||
appConfig.title = appTitle;
|
||||
appConfig.forceExit = true;
|
||||
appConfig.width = 810;//720;
|
||||
appConfig.height = 300;//480;
|
||||
appConfig.height = 360;//480;
|
||||
|
||||
|
||||
//VM vm = new VM(64 << 10, new TheRealWorld(), new VMProgramRom[]{BasicBios.INSTANCE, BasicRom.INSTANCE});
|
||||
|
||||
@@ -81,13 +81,13 @@ class Term(vm: VM) : TexticsAdapterBase(vm, AdapterConfig(
|
||||
class WpTerm(vm: VM) : TexticsAdapterBase(vm, AdapterConfig(
|
||||
"crt_amber",
|
||||
810,
|
||||
300,
|
||||
360,
|
||||
90,
|
||||
20,
|
||||
254,
|
||||
0,
|
||||
256.kB(),
|
||||
"./hp2640.png",
|
||||
"./wpfont.png",
|
||||
0.32f,
|
||||
GraphicsAdapter.TEXT_TILING_SHADER_MONOCHROME
|
||||
))
|
||||
Reference in New Issue
Block a user