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

Add support for the STAT table. #166

Merged
merged 17 commits into from
Aug 22, 2024

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    5a64a66 View commit details
    Browse the repository at this point in the history
  2. Add v1.1 and v1.2 fields.

    Alex Zepeda committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    32faa90 View commit details
    Browse the repository at this point in the history
  3. Impl format 3 and 4 support in font-info example.

    Alex Zepeda committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a4636cf View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Add STAT table to the README.

    Alex Zepeda committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    da5ca3e View commit details
    Browse the repository at this point in the history
  2. Table::tables → Table::subtables

    Alex Zepeda committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    64df42c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. AxisValueTablesAxisValueSubtables

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bcdc1ba View commit details
    Browse the repository at this point in the history
  2. Table: make the version field private.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    919a8b6 View commit details
    Browse the repository at this point in the history
  3. Fix grammar nit in a comment

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0518cd1 View commit details
    Browse the repository at this point in the history
  4. AxisValueTableAxisValueSubtable

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ea16b26 View commit details
    Browse the repository at this point in the history
  5. Add a query interface to the STAT table.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    80991a2 View commit details
    Browse the repository at this point in the history
  6. Reformat docs for subtable_for_axis.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6da274d View commit details
    Browse the repository at this point in the history
  7. Refactor example.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e670923 View commit details
    Browse the repository at this point in the history
  8. Place AxisRecord impl next to the definition.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6cc68f9 View commit details
    Browse the repository at this point in the history
  9. Format4 flags: u16AxisValueFlags.

    Alex Zepeda committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2ca1cea View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Documentation updates.

    Alex Zepeda committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4783941 View commit details
    Browse the repository at this point in the history
  2. Don't use named parameters in format strings.

    Alex Zepeda committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    447caa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Add accessors for AxisValueSubtable.

    Alex Zepeda committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0240f7c View commit details
    Browse the repository at this point in the history