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

feat(il_creater): Skip characters with zero font size during IL creation #141

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

awwaawwa
Copy link
Member

@awwaawwa awwaawwa commented Mar 9, 2025

This PR adds a defensive check to skip characters with zero font size during the IL creation process. Previously, these characters were processed normally, which could potentially lead to rendering issues or errors in downstream processing.

- Add check for zero font size characters\n- Log warning message for skipped characters\n- Prevent potential issues with zero-sized text rendering
@awwaawwa awwaawwa merged commit 1d6b06b into main Mar 9, 2025
11 checks passed
@awwaawwa awwaawwa deleted the fix/skip-zero-font-size-chars branch March 9, 2025 08:55
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.

1 participant