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 a semi-automatic test for #221 #224

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 26, 2022

  1. Use global direction and script if per-font values were not set

    This fixes a regression for the py-sdl2 test suite, which exercises
    the (now-deprecated) TTF_SetDirection() and TTF_SetScript(), and
    expects setting a new global value to have an effect on pre-existing
    font objects.
    
    Resolves: libsdl-org#221
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    smcv committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e055535 View commit details
    Browse the repository at this point in the history
  2. Add a semi-automatic test for libsdl-org#221

    This needs to be given a valid font as a command-line argument, but is
    otherwise automatic.
    
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    smcv committed May 26, 2022
    Configuration menu
    Copy the full SHA
    81e54a3 View commit details
    Browse the repository at this point in the history