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
As a user of the figlet4s library I would like to have support for justification, which is the ability to align my text left, center, or right.
Implementation
The original command line figlet allows users to align their text inside the defined max width, either left, center, right or use the default of the font.
Figlet4s already has the data structures required to support justification but doesn't implement the algorithm yet.
Description
As a user of the figlet4s library I would like to have support for justification, which is the ability to align my text left, center, or right.
Implementation
The original command line figlet allows users to align their text inside the defined max width, either left, center, right or use the default of the font.
Figlet4s already has the data structures required to support justification but doesn't implement the algorithm yet.
Similar features in the wild
See the figlet man page: https://linux.die.net/man/6/figlet
The text was updated successfully, but these errors were encountered: