This commit is contained in:
Kyle
2019-02-02 13:30:11 -08:00
parent 3a0d850e9f
commit 86629592c1
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ var textX = cardWidth / 2
var textY = 656 //656
var textWidth = 575 //682
if (document.getElementById("inputText").value == "") {
document.getElementById("inputText").value = "<center>"
document.getElementById("inputText").value = "{center}"
}
document.getElementById("textSize").value = 25
italicSize = 2/3

View File

@@ -745,7 +745,7 @@ function drawText(text, xCoord, yCoord) {
} else if (megaSplit[0].toLowerCase() == "line") {
textXShift = 0
y += lineSpace + textSize + 1
} else if (megaSplit[0].toLowerCase() == "lineNoSpace") {
} else if (megaSplit[0].toLowerCase() == "linenospace") {
textXShift = 0
y += textSize + 1
} else if (megaSplit[0].toLowerCase() == "bar") {