Skip to content

Added fonts #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2022
Merged

Added fonts #92

merged 1 commit into from
Sep 16, 2022

Conversation

drakbar
Copy link
Contributor

@drakbar drakbar commented Dec 24, 2021

Added fonts from a node js package — specifically figlet.js — currently under the MIT license.

To eliminate duplicate font files the headers have been cross referenced with the ones currently available in:

pyfiglet.__version__ '0.8.post1'.

The following changes to the font names have been made to conform to the rest of the fonts in the repo:

  • all letters have been altered to lower case
  • spaces have been replaced by _

This additionally includes ansi_shadow.flf much like PR85.

Added fonts from a node js package specifically https://github.com/patorjk/figlet.js.

The headers in these have been cross referenced with the ones currently available with  pyfiglet.__version__ '0.8.post1'.

The names of the fonts have been changed to all lower case and spaces have been replaced by _ to conform to the rest of the fonts in the repo.

figlet,js is currently under the MIT license https://github.com/patorjk/figlet.js/blob/master/LICENSE.txt.
@pwaller pwaller mentioned this pull request Jan 1, 2022
@pwaller
Copy link
Owner

pwaller commented Sep 16, 2022

I've considered the licensing issue of these per #89 (comment), which is now resolved, and I see you've added everything in fonts-contrib. I don't see any commercial declarations, so I think they are in the right place. Apologies for the long time it took to merge these, thanks for contributing.

@pwaller pwaller merged commit a6559b2 into pwaller:master Sep 16, 2022
@drakbar
Copy link
Contributor Author

drakbar commented Sep 19, 2022

@pwaller No worries mate. Glad to hear that you settled the issue. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants