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

WIP: Compact Font Format (CFF) Version 2 #342

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

WIP: Compact Font Format (CFF) Version 2 #342

wants to merge 41 commits into from

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    b360105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1917ff View commit details
    Browse the repository at this point in the history
  3. - Use Epsilon defined in fontkit rather the float.Epsilon

    - Add missing break
    brianpopow committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    29317e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c541f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    dfc08fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359d270 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Start parsing gvar table

    brianpopow committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    646ddba View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Merge remote-tracking branch 'origin/main' into bp/cff2

    # Conflicts:
    #	src/SixLabors.Fonts/Tables/Cff/FDRangeProvider.cs
    #	src/SixLabors.Fonts/Tables/TableLoader.cs
    brianpopow committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    5f6030b View commit details
    Browse the repository at this point in the history
  2. Add FDSelect format 4

    brianpopow committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    0d7e743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71cc71a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a06eeef View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Better ascii art

    brianpopow committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7c408d6 View commit details
    Browse the repository at this point in the history
  2. Add flag descriptions

    brianpopow committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d2fa25d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Parse hvar table

    brianpopow committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3064aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6840b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f43a240 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 9, 2022

  1. Parse deltaSets

    brianpopow committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    fad1a0b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    e2d1416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6a92c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Fix stylecop warnings

    brianpopow committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    31870b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    63192f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b361fc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    8a60922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4e888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e2c4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e2b1e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    3c6cf40 View commit details
    Browse the repository at this point in the history
  2. Fix build

    JimBobSquarePants committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a18e567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d5910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf17d52 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 15, 2023

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

Commits on Oct 3, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 6, 2023

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

Commits on Feb 9, 2024

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

Commits on Feb 15, 2024

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