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 arabic & hebrew translation support #522

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

MyreMylar
Copy link
Owner

Involves:

  • switching font rendering to pygame.font
  • changing default font to avoid fira code bugs
  • new font files
  • other changes to font direction, justifying and script setting

While I was in the guts of font rendering, I also added support for changing the colour of the cursor on editable text boxes.

involves:
- switching font rendering to pygame.font
- changing default font to avoid fira code bugs
- new font files
- other changes to font direction, justifying and script setting
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

Attention: Patch coverage is 85.82677% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 96.31%. Comparing base (38291c9) to head (4698c35).
Report is 5 commits behind head on main.

Files Patch % Lines
pygame_gui/core/ui_appearance_theme.py 50.00% 5 Missing ⚠️
pygame_gui/ui_manager.py 54.54% 5 Missing ⚠️
pygame_gui/elements/ui_text_entry_box.py 66.66% 3 Missing ⚠️
pygame_gui/core/gui_font_freetype.py 50.00% 1 Missing ⚠️
pygame_gui/core/gui_font_pygame.py 94.44% 1 Missing ⚠️
pygame_gui/core/text/text_line_chunk.py 90.90% 1 Missing ⚠️
pygame_gui/elements/ui_text_box.py 92.30% 1 Missing ⚠️
pygame_gui/elements/ui_text_entry_line.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #522      +/-   ##
==========================================
+ Coverage   95.71%   96.31%   +0.59%     
==========================================
  Files          84       84              
  Lines       11676    13758    +2082     
==========================================
+ Hits        11176    13251    +2075     
- Misses        500      507       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MyreMylar MyreMylar merged commit 559596d into main Feb 25, 2024
22 checks passed
@MyreMylar MyreMylar deleted the add-hebrew-arabic branch April 1, 2024 08:58
pbsds added a commit to pbsds/nixpkgs that referenced this pull request May 1, 2024
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.

None yet

1 participant