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

Update #377

Merged
merged 6 commits into from
Sep 27, 2024
Merged

Update #377

merged 6 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Added TTF_GetTextSizeWrapped()

    Also renamed TTF_SizeText() to TTF_GetTextSize()
    
    Fixes libsdl-org#292
    slouken committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a08dde8 View commit details
    Browse the repository at this point in the history
  2. Fixed rendering wrapped text

    slouken committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    19f1d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be0d39 View commit details
    Browse the repository at this point in the history
  4. Removed the need to copy the text while wrapping

    Also trimmed whitespace from wrapped lines.
    
    Fixes libsdl-org#350
    slouken committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6008ef1 View commit details
    Browse the repository at this point in the history
  5. Removed solid text rendering mode

    The quality is much worse than shaded or blended, which is what people will want in their games.
    slouken committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    02d328f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3776eac View commit details
    Browse the repository at this point in the history