updated fifth/seventh frames

This commit is contained in:
Kyle
2021-08-14 15:16:52 -07:00
parent 3d508848c8
commit e8db07c9b8
77 changed files with 85 additions and 57 deletions

View File

@@ -796,9 +796,9 @@ function writeText(textObject, targetContext) {
paragraphContext.clearRect(0, 0, paragraphCanvas.width, paragraphCanvas.height);
lineContext.clearRect(0, 0, lineCanvas.width, lineCanvas.height);
lineCanvas.style.letterSpacing = textObject.kerning || '0px';
if (textFont == 'goudymedieval') {
lineCanvas.style.letterSpacing = '3.5px';
}
// if (textFont == 'goudymedieval') {
// lineCanvas.style.letterSpacing = '3.5px';
// }
lineContext.font = textFontStyle + textSize + 'px ' + textFont + textFontExtension;
lineContext.fillStyle = textColor;
lineContext.shadowColor = textShadowColor;