Skip to content
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

Add € to extended Fonts #1249

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Add € to extended Fonts #1249

merged 1 commit into from
Jul 26, 2023

Conversation

gitmacer
Copy link
Contributor

@gitmacer gitmacer commented Jul 10, 2023

fixes: #1122

What's Changing and Why

Add € symbol to Fonts 8, 16, 32, 64, 128 white and black.
For now not 10, 12, 14 because of the different format and missing of other special characters.

after merging 8, 16, 32, 64, 128 supports:

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_abcdefghijklmnopqrstuvwxyz{|}~¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ€

10, 12, 14 will still only support:

!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

What else to consider

Shouldn't it be possible to easely scale a big Font to any size you want. That would be a neat feature if not already implemented.

Tasks

  • Add tests
  • Update Documentation
  • Update jimp.d.ts
  • Add SemVer Label

@hipstersmoothie hipstersmoothie added the minor Increment the minor version when merged label Jul 26, 2023
@hipstersmoothie hipstersmoothie merged commit 2d1bc65 into jimp-dev:main Jul 26, 2023
6 of 7 checks passed
@github-actions
Copy link
Contributor

🚀 PR was released in v0.22.9 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jul 26, 2023
@gitmacer gitmacer deleted the €Font branch February 28, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

€ Symbol in font
2 participants