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
Per the FIFFont and FIGDriver standard, font authors may provide layout parameters to control kerning and "smushing". It appears these are not honored by this module.
Hey there,
I wanted to implement this a while ago but atm have hardly time to work on my hobby projects because of life happening, feel free to implement it and open a pull request.
Kind regards
As a breadcrumb for others who may land here, https://github.com/patorjk/figlet.js appears to have a pretty feature-complete implementation. It might act as a reference point.
Per the FIFFont and FIGDriver standard, font authors may provide layout parameters to control kerning and "smushing". It appears these are not honored by this module.
Expected:
Over on https://www.askapache.com/online-tools/figlet-ascii/, if we render the string, "Testing" using the "small" font, we get this:
Actual
If we render the same string in the same font with this package, we get this:
The text was updated successfully, but these errors were encountered: