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] MultipleSubst / AlternateSubst >64k expansion #32

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

[GSUB] MultipleSubst / AlternateSubst >64k expansion #32

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

Comments

@behdad
Copy link
Member

behdad commented Sep 19, 2021

The Coverage table part is covered in #30.

Add one new format, which are structurally the same across the two (as are the existing format1's):

struct MultipleSubstFormat2 {
  uint16 format; // == 2
  Offset24To<Coverage> coverage;
  Array16Of<Offset24To<Sequence24>> sequences;
};

typedef ArrayOf<GlyphID24> Sequence24;

struct AlternateSubstFormat2 {
  uint16 format; // == 2
  Offset24To<Coverage> coverage;
  Array16Of<Offset24To<AlternateSet24>> alternateSets;
};

typedef ArrayOf<GlyphID24> AlternateSet24;
@behdad behdad added this to the BE 2.0 ~= OT 2.0 milestone Sep 19, 2021
@behdad behdad changed the title [Layout/GSUB] MultipleSubst / AlternateSubst >64k expansion [Layout/GSUB] MultipleSubst / AlternateSubst >64k expansion Sep 19, 2021
@behdad behdad added the Layout label Sep 19, 2021
@behdad behdad changed the title [Layout/GSUB] MultipleSubst / AlternateSubst >64k expansion [GSUB] MultipleSubst / AlternateSubst >64k expansion Sep 19, 2021
@behdad behdad added this to To do in BE 2.0 spec Sep 22, 2021
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 6, 2022
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 6, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 7, 2022
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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 11, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 11, 2022
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
Implements part of harfbuzz/boring-expansion-spec#32

Subset is NOT updated to lower format.
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
No open projects
Development

No branches or pull requests

1 participant