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

Text blending #4069

Merged
merged 3 commits into from
Sep 21, 2024
Merged

Text blending #4069

merged 3 commits into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. [Added] text blending functionality

    * most of the code is taken from OpenATV.
    * Credits to @jblayel
    
    e.g. <widget source="myText" render="Label" alphatest="blend" ... />
    DimitarCC authored and Huevos committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8427f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb795cb View commit details
    Browse the repository at this point in the history
  3. [font.cpp] attempt to fix build error...

    PLi compiler is old and not compatible with "register" keyword. Please revert when the compiler is updated.
    
    error: ISO C++17 does not allow ‘register’ storage class specifier [-Werror=register]
    Huevos committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f09201c View commit details
    Browse the repository at this point in the history