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

Font support with freetype #177

Closed
wants to merge 13 commits into from
Closed

Font support with freetype #177

wants to merge 13 commits into from

Commits on Jan 23, 2024

  1. Font tutorial 11

    -Font Render
    -Load with Freetype
    -Support for setting the maximum font texture cache size.
    -Texture loaded with 32bit
    -New tutorial
    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    00944c2 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    35ed491 View commit details
    Browse the repository at this point in the history
  3. fixes with makefiles.

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    324e0a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a096156 View commit details
    Browse the repository at this point in the history
  5. clang format

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    24f76fc View commit details
    Browse the repository at this point in the history
  6. Update Makefile

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1e297e2 View commit details
    Browse the repository at this point in the history
  7. Fix Codacy static code

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    62b767f View commit details
    Browse the repository at this point in the history
  8. const reference and check buffer

    GDQR committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    02e815f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix Codacy Static Code Analysis

    GDQR committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    84de25f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    573f83c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. object oriented, color support and more

    -font color support
    -individual character loading support
    -option to disable texture limits
    GDQR committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a48b71b View commit details
    Browse the repository at this point in the history
  2. minor fixes

    GDQR committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a76d3a5 View commit details
    Browse the repository at this point in the history
  3. fix color support

    GDQR committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    942bd58 View commit details
    Browse the repository at this point in the history