add textLineWidth value to text-constants.sml, which we can use to calculate functionality of centering on screen
This commit is contained in:
@@ -3,6 +3,6 @@ struct
|
|||||||
val xSpace = 13
|
val xSpace = 13
|
||||||
val xSpace3 = xSpace * 3
|
val xSpace3 = xSpace * 3
|
||||||
val ySpace = 25
|
val ySpace = 25
|
||||||
val fontSize: Real32.real = 30.0
|
|
||||||
val scale: Real32.real = 2.0
|
val scale: Real32.real = 2.0
|
||||||
|
val textLineWidth = xSpace * 80
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user