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

[GSUB] LigatureSubst >64k expansion #33

Closed
behdad opened this issue Sep 19, 2021 · 1 comment
Closed

[GSUB] LigatureSubst >64k expansion #33

behdad opened this issue Sep 19, 2021 · 1 comment
Labels
Implemented Implemented in HarfBuzz or doesn't need to Layout >64k expansion

Comments

@behdad
Copy link
Member

behdad commented Sep 19, 2021

The Coverage table part is covered in #30.

Add one new format:

struct LigatureSubstFormat2 {
  uint16 format; == 2
  Offset24To<Coverage> coverage;
  Array16Of<Offset24To<LigatureSet24>> ligatureSets;
};

struct LigatureSet24 {
  ArrayOf<OffsetTo<Ligature24>> ligatures;
};

struct Ligature24 {
  GlyphID24 ligatureGlyph;
  uint16 componentCount;
  GlyphID24 componentGlyphIDs[componentCount - 1];
};
@behdad behdad added this to the BE 2.0 ~= OT 2.0 milestone Sep 19, 2021
@behdad behdad added the Layout label Sep 19, 2021
@behdad behdad changed the title [Layout/GSUB] LigatureSubst >64k expansion [GSUB] LigatureSubst >64k expansion Sep 19, 2021
behdad added a commit to fonttools/fonttools that referenced this issue Jul 4, 2022
behdad added a commit to fonttools/fonttools that referenced this issue Jul 4, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 7, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 7, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 7, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 7, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 8, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 8, 2022
behdad added a commit to fonttools/fonttools that referenced this issue Jul 8, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 8, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 11, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 12, 2022
@behdad behdad added the Implemented Implemented in HarfBuzz or doesn't need to label Jul 12, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 12, 2022
behdad added a commit to fonttools/fonttools that referenced this issue Jul 12, 2022
@behdad
Copy link
Member Author

behdad commented Mar 6, 2023

Speced: https://github.com/harfbuzz/boring-expansion-spec/blob/main/beyond-64k.md
Implemented in HarfBuzz.

@behdad behdad closed this as completed Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implemented Implemented in HarfBuzz or doesn't need to Layout >64k expansion
Projects
None yet
Development

No branches or pull requests

1 participant