add and export glyph that is meant to represent an unknown ascii character

This commit is contained in:
2024-09-23 14:04:43 +01:00
parent a60aa28d6b
commit 8db8487f7a
4 changed files with 74 additions and 3 deletions

View File

@@ -10,9 +10,9 @@ struct
datatype parse_result = OK of AppType.triangle list | PARSE_ERROR
val structureName = "UpperCaseZ"
val filename = "fonts/upper-case-z.dsc"
val exportFilename = "fonts/upper-case-z.sml"
val structureName = "UnknownChar"
val filename = "fonts/unknown-char.dsc"
val exportFilename = "fonts/unknown-char.sml"
fun ndcToLerpX num =
let