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

Support Unicode in plTextFont (avatar tooltips, console, etc.) #1489

Merged
merged 7 commits into from
Oct 1, 2023

Commits on Sep 24, 2023

  1. Handle unsupported characters gracefully in plTextFont

    Fixes the various glitches when trying to render non-ASCII characters.
    dgelessus committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    0569276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7db2b3 View commit details
    Browse the repository at this point in the history
  3. Port plFont and plDebugText draw arguments to ST::string

    And adjust the callers to natively use ST::string where easily possible.
    dgelessus committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7fadda5 View commit details
    Browse the repository at this point in the history
  4. Change plTextFont rendering internals to UTF-32

    In preparation for Unicode support.
    dgelessus committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f07c4e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e71f6b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e08d60 View commit details
    Browse the repository at this point in the history
  7. Port plPlates to ST::string

    dgelessus committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    27744db View commit details
    Browse the repository at this point in the history