You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we were trying to get to this in prior issues (#2, #7, #10, #41, #45) where the character goes in a data-char attribute so you can style kerning pairs. There are a lot of edge cases, but if you don't think you have them, this could be a simple loop you could write yourself.
This is an awesome plugin, it's exactly what I need and has great performance.
The only issue for my use case, is that I want every letter to have a span, rather than
class="char4"
.Example:
So all the letter is lowercased, then added a class that we can style that individual letter with?
I managed to do this via: (to fit my needs for now).. but could be a useful plugin feature seeing as there is no other libraries that do this.
The text was updated successfully, but these errors were encountered: