Fonts
addFont(name: String, path: String, size: Int, bold: Boolean, italic: Boolean, ?first: Int = 32, ?last: Int = 128,?antialiasing: Boolean = false)
function onCreatePost()
addFont("papyrus","assets/papyrus.ttf",16,false,false)
endgetFont(name: String)
function onCreatePost()
setUIProperty("scoretext","font",getFont("papyrus"))
endLast updated