add box placeholder to signify a specific character has not been found
This commit is contained in:
8
fonts/box.sml
Normal file
8
fonts/box.sml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
x ~0.636363625526 y 0.818181812763 x 0.636363506317 y 0.818181812763 x 0.636363506317 y 0.636363625526
|
||||||
|
x 0.636363506317 y 0.636363625526 x ~0.636363625526 y 0.636363625526 x ~0.636363625526 y 0.818181812763
|
||||||
|
x 0.818181753159 y 0.818181812763 x 0.818181753159 y ~0.636363506317 x 0.636363506317 y ~0.636363506317
|
||||||
|
x 0.636363506317 y ~0.636363506317 x 0.636363506317 y 0.818181812763 x 0.818181753159 y 0.818181812763
|
||||||
|
x ~0.636363625526 y 0.818181812763 x ~0.636363625526 y ~0.636363506317 x ~0.818181812763 y ~0.636363506317
|
||||||
|
x ~0.818181812763 y ~0.636363506317 x ~0.818181812763 y 0.818181812763 x ~0.636363625526 y 0.818181812763
|
||||||
|
x 0.818181753159 y ~0.636363506317 x ~0.818181812763 y ~0.636363506317 x ~0.818181812763 y ~0.818181753159
|
||||||
|
x ~0.818181812763 y ~0.818181753159 x 0.818181753159 y ~0.818181753159 x 0.818181753159 y ~0.636363506317
|
||||||
@@ -11,7 +11,7 @@ struct
|
|||||||
datatype parse_result = OK of AppType.triangle list | PARSE_ERROR
|
datatype parse_result = OK of AppType.triangle list | PARSE_ERROR
|
||||||
|
|
||||||
val structureName = "UpperCaseG"
|
val structureName = "UpperCaseG"
|
||||||
val filename = "fonts/upper-case-u.dsc"
|
val filename = "fonts/box.dsc"
|
||||||
val exportFilename = "fonts/upper-case-h.sml"
|
val exportFilename = "fonts/upper-case-h.sml"
|
||||||
|
|
||||||
fun ndcToLerpX num =
|
fun ndcToLerpX num =
|
||||||
|
|||||||
Reference in New Issue
Block a user