engine: complete portable glyph text backend

This commit is contained in:
gamer147
2026-07-30 19:47:21 -04:00
parent bb227ea106
commit c9a0869dc8
12 changed files with 619 additions and 840 deletions

View File

@@ -0,0 +1,47 @@
{
"id": "himegari-godot-system-font-v1",
"fontCacheCapacity": 8,
"glyphMaskCacheCapacity": 2048,
"raster": {
"antialiasing": "gray",
"hinting": "normal",
"subpixelPositioning": "disabled",
"allowSystemFallback": true,
"multichannelSignedDistanceField": false,
"regularWeight": 400,
"boldWeight": 700,
"boldThreshold": 700
},
"defaultSubstitutes": [
"Noto Sans CJK JP",
"Noto Sans JP",
"Yu Gothic",
"Hiragino Kaku Gothic ProN",
"IPAGothic",
"sans-serif"
],
"families": [
{
"requested": [ " 明朝", "MS Mincho" ],
"substitutes": [
"Noto Serif CJK JP",
"Noto Serif JP",
"Yu Mincho",
"Hiragino Mincho ProN",
"IPAMincho",
"serif"
]
},
{
"requested": [ " ゴシック", "MS Gothic" ],
"substitutes": [
"Noto Sans CJK JP",
"Noto Sans JP",
"Yu Gothic",
"Hiragino Kaku Gothic ProN",
"IPAGothic",
"sans-serif"
]
}
]
}