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

finishing touches on word-wrap for MultilineTextBoxes #1

Conversation

Flyga-M
Copy link
Owner

@Flyga-M Flyga-M commented Oct 5, 2024

  • added wrap-functionality in the middle of a word
  • added DisableWordWrap property on MultilineTextBox
  • added WrapCharacters property on MultilineTextBox
  • added WrapWord method to DrawUtil
  • modified WrapTextSegment and WrapText methods in DrawUtil to wrap words that are too long to fit in a single line
  • added overloads to WrapTextSegment and WrapText methods in DrawUtil to allow for additional wrap characters where a word may wrap.

- added wrap-functionality in the middle of a word
- added DisableWordWrap property on MultilineTextBox
- added WrapCharacters property on MultilineTextBox
- added WrapWord method to DrawUtil
- modified WrapTextSegment and WrapText methods in DrawUtil to wrap words that are too long to fit in a single line
- added overloads to WrapTextSegment and WrapText methods in DrawUtil to allow for additional wrap characters where a word may wrap.
@Flyga-M Flyga-M merged commit 9c6e673 into feature/multiline-text-box-word-wrap Oct 5, 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.

1 participant