aboutsummaryrefslogtreecommitdiff
path: root/app.mjs
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-09-11 14:31:50 -0700
committerDeterminant <[email protected]>2024-09-11 14:31:50 -0700
commit58d1279c1455fd6912b047666f3288a36e24a81d (patch)
tree216168a6f76e9556bb148dfe2a88a429cc308774 /app.mjs
parentcd1a5f240fb0c503fccd92e9bda3f3a23e10d4ed (diff)
v0.0.11
Diffstat (limited to 'app.mjs')
-rwxr-xr-xapp.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.mjs b/app.mjs
index 7325da9..18318d1 100755
--- a/app.mjs
+++ b/app.mjs
@@ -2,7 +2,7 @@
import { registerFont } from "canvas";
-const defaultFont = "OCR A Extended";
+const defaultFont = "B612"; // font.ttf uses the font from https://b612-font.com/
if (process.platform == "linux") {
process.env.FONTCONFIG_FILE = import.meta.dirname;
//console.warn(
@@ -19,7 +19,7 @@ import { parse } from "yaml";
import { queue } from "async";
import { XPlane } from "./xplane.mjs";
-const defaultTextSize = 22;
+const defaultTextSize = 18;
const xplane = new XPlane();
if (process.argv.length > 3) {