generate first 5 upper case letters (A-E)
This commit is contained in:
@@ -2,7 +2,7 @@ structure Constants =
|
||||
struct
|
||||
val windowWidth = 1000
|
||||
val windowHeight = 900
|
||||
val initialNumClickPoints = 26
|
||||
val initialNumClickPoints = 11
|
||||
|
||||
val graphVertexShaderString =
|
||||
"#version 300 es\n\
|
||||
|
||||
@@ -10,9 +10,9 @@ struct
|
||||
|
||||
datatype parse_result = OK of AppType.triangle list | PARSE_ERROR
|
||||
|
||||
val structureName = "UpperCaseA"
|
||||
val filename = "fonts/a.dsc"
|
||||
val exportFilename = "fonts/a.sml"
|
||||
val structureName = "UpperCaseF"
|
||||
val filename = "fonts/upper-case-f.dsc"
|
||||
val exportFilename = "fonts/upper-case-f.sml"
|
||||
|
||||
fun ndcToLerpX num =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user