0

I am using fabricJS in my project, fabric version(1.6.2). Is there any property for spacing between characters? I have looked into this charSpacing property char spacing fiddle but I believe it's not available for version(1.6.2), I have tried this fiddle2. Is there any other way to achieve similar?

Thanks

PS: I cannot update my version because it's in completion stage and don't know what got broke.

Mohd. Monis
  • 199
  • 4
  • 18

1 Answers1

0

Char spacing got added on fabricjs 1.6.4

What you can do if you do not want to update the library, is to fork your version of fabricjs 1.6.2 and cherry pick the charsparcing commit and any other that is after it and contains some fixes.

Is a tedious process prone to errors, i would suggest to pick up last of 1.6.X branch if you think 1.7.X is too dangerous.

AndreaBogazzi
  • 14,323
  • 3
  • 38
  • 63