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

[read-fonts] fix ClassDefFormat2::get() #755

Merged
merged 2 commits into from
Jan 15, 2024
Merged

[read-fonts] fix ClassDefFormat2::get() #755

merged 2 commits into from
Jan 15, 2024

Commits on Jan 13, 2024

  1. [read-fonts] fix ClassDefFormat2::get()

    The conditional logic for selecting the appropriate class record was not quite right leading to incorrect class values being returned. This implements the lookup using a binary search and adds a test for correct behavior.
    dfrg committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    075129a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. use Range::contains

    dfrg committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    32e1f88 View commit details
    Browse the repository at this point in the history