Simulate kerning for a bitmapped font with Fabric JS
问题 I am trying to create an effect with Fabric JS where letters appear to be "embroidered" on a sweater like this: I can achieve this effect in Photoshop by using this action. My idea for getting it into a <canvas> is to render out a png from Photoshop of every embroidered letter. Then, I will take each letter and place it on the canvas based on what the user types. However this approach will not have correct kerning. To fix this, I was trying to write out text in Fabric using the same font and