font embedding try

This commit is contained in:
2025-11-15 18:54:32 +01:00
parent e2e1cd64de
commit 99e3956fab
40 changed files with 135 additions and 68 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"problemMatcher": [
"$haxe-absolute",
"$haxe",
"$haxe-error",
"$haxe-trace"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "lime: test (active configuration)"
}
]
}