mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
promo extended frame mask + vertical apostrophe spacing
This commit is contained in:
@@ -650,7 +650,13 @@ function writeText(textObject, targetContext) {
|
||||
newSplitText.push(`{down${scaleHeight(0.01)}}`);
|
||||
} else {
|
||||
item.split('').forEach(char => {
|
||||
newSplitText.push(char, '{lns}');
|
||||
if (char == '’') {
|
||||
console.log(char);
|
||||
newSplitText.push(`{right${startingTextSize * 0.6}}`, '’', '{lns}', `{up${startingTextSize * 0.75}}`);
|
||||
console.log(newSplitText);
|
||||
} else {
|
||||
newSplitText.push(char, '{lns}');
|
||||
}
|
||||
});
|
||||
// newSplitText = newSplitText.concat(item.split(''));
|
||||
}
|
||||
|
Reference in New Issue
Block a user