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 #417

Merged
merged 2 commits into from
Oct 20, 2024
Merged

Update #417

merged 2 commits into from
Oct 20, 2024

Commits on Oct 20, 2024

  1. Added TTF_SetTextWrapWhitespaceVisible() and TTF_TextWrapWhitespaceVi…

    …sible()
    
    When you're editing text, you want whitespace to be visible. When you're rendering it, you normally want it to be eliminated around line breaks. This is the default, to match previous rendering behavior.
    
    Fixes libsdl-org#414
    slouken committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4274142 View commit details
    Browse the repository at this point in the history
  2. Added TTF_SetTextColor() and TTF_GetTextColor()

    People expected there to be an API function to set the text color. Voila!
    slouken committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    59a8d3c View commit details
    Browse the repository at this point in the history