mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-16 07:56:06 +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.title = appTitle;
|
||||||
appConfig.forceExit = true;
|
appConfig.forceExit = true;
|
||||||
appConfig.width = 810;//720;
|
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});
|
//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(
|
class WpTerm(vm: VM) : TexticsAdapterBase(vm, AdapterConfig(
|
||||||
"crt_amber",
|
"crt_amber",
|
||||||
810,
|
810,
|
||||||
300,
|
360,
|
||||||
90,
|
90,
|
||||||
20,
|
20,
|
||||||
254,
|
254,
|
||||||
0,
|
0,
|
||||||
256.kB(),
|
256.kB(),
|
||||||
"./hp2640.png",
|
"./wpfont.png",
|
||||||
0.32f,
|
0.32f,
|
||||||
GraphicsAdapter.TEXT_TILING_SHADER_MONOCHROME
|
GraphicsAdapter.TEXT_TILING_SHADER_MONOCHROME
|
||||||
))
|
))
|
||||||
Reference in New Issue
Block a user