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

[skrifa] tthint: graphics state #761

Merged
merged 4 commits into from
Jan 23, 2024
Merged

[skrifa] tthint: graphics state #761

merged 4 commits into from
Jan 23, 2024

Commits on Jan 19, 2024

  1. [skrifa] tthint: graphics state

    First of a series of TrueType hinting patches.
    
    This one models the TT "graphics state" which is essentially all of the data involving outlines, measurement and rounding.
    
    Includes a tiny math module that provides support for working with fixed point values as raw i32s. This is not ideal but exists from the initial port from FreeType and will require some time and attention to correct. This will need to be deferred to a later time.
    dfrg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    05721f4 View commit details
    Browse the repository at this point in the history
  2. clippy

    dfrg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    19ec9ce View commit details
    Browse the repository at this point in the history
  3. clippy round 2

    dfrg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4db19b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. review feedback

    - add links to table containing default values for graphics state
    - add tests for new fixed point math functions
    dfrg committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    49e5e6f View commit details
    Browse the repository at this point in the history