font embed try #2

This commit is contained in:
2025-11-15 22:25:14 +01:00
parent 99e3956fab
commit 577b477f4d
77 changed files with 94 additions and 77 deletions
+6 -6
View File
@@ -20,7 +20,7 @@ class ApplicationMain
#if (js && html5)
#if (munit || (utest && openfl_enable_utest_legacy_mode))
lime.system.System.embed("LPTCManager2026", null, 800, 600);
lime.system.System.embed("LPTCManager2026", null, 500, 800);
#end
#else
create(null);
@@ -35,7 +35,7 @@ class ApplicationMain
ManifestResources.init(config);
#end
app.meta["build"] = "2";
app.meta["build"] = "5";
app.meta["company"] = "Nekotoro";
app.meta["file"] = "LPTCManager2026";
app.meta["name"] = "LPTCManager2026";
@@ -54,21 +54,21 @@ class ApplicationMain
element: null,
frameRate: 60,
#if !web fullscreen: false, #end
height: 600,
height: 800,
hidden: #if munit true #else false #end,
maximized: false,
minimized: false,
parameters: {},
resizable: true,
title: "LPTCManager2026",
width: 800,
width: 500,
x: null,
y: null,
};
attributes.context = {
antialiasing: 0,
background: 16777215,
background: 13156797,
colorDepth: 32,
depth: true,
hardware: true,
@@ -104,7 +104,7 @@ class ApplicationMain
#elseif air
app.window.title = "LPTCManager2026";
#else
app.window.context.attributes.background = 16777215;
app.window.context.attributes.background = 13156797;
app.window.frameRate = 60;
#end