mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update main.js
This commit is contained in:
@@ -553,7 +553,7 @@ function writeText(textObjectList, targetContext) {
|
|||||||
}
|
}
|
||||||
} else if (possibleCodeLower == '/i') {
|
} else if (possibleCodeLower == '/i') {
|
||||||
if (textFont == 'mplantin') {
|
if (textFont == 'mplantin') {
|
||||||
textFontExtension.replace('i', '')
|
textFontExtension = textFontExtension.replace('i', '')
|
||||||
textLineContext.font = fontStyle + textSize + 'px ' + textFont + textFontExtension
|
textLineContext.font = fontStyle + textSize + 'px ' + textFont + textFontExtension
|
||||||
} else {
|
} else {
|
||||||
fontStyle = fontStyle.replace('italic ', '')
|
fontStyle = fontStyle.replace('italic ', '')
|
||||||
|
Reference in New Issue
Block a user