font for wordprocessor

This commit is contained in:
minjaesong
2021-06-09 16:36:39 +09:00
parent 5b8988b255
commit e81b5cb281
4 changed files with 6 additions and 3 deletions

BIN
assets/wpfont.kra LFS Normal file

Binary file not shown.

BIN
assets/wpfont.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -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});

View File

@@ -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
))