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

[GDEF/GSUB/GPOS] Coverage / ClassDef tables >64k expansion #30

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

[GDEF/GSUB/GPOS] Coverage / ClassDef tables >64k expansion #30

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

Two new formats each:

struct CoverageFormat3 {
  uint16 format; // == 3
  Array16Of<GlyphID24> glyphs;
};

struct CoverageFormat4 {
  uint16 format; // == 4
  Array16Of<Range24Record> ranges;
};

struct ClassDefFormat3 {
  uint16 format; // == 3
  GlyphID24 startGlyphID;
  Array24Of<uint16> classes;
};

struct ClassDefFormat4 {
  uint16 format; // == 4
  Array24Of<Range24Record> ranges;
};

struct Range24Record {
  GlyphID24 startGlyphID;
  GlyphID24 endGlyphID;
  uint16 value;
};
@behdad behdad added this to the BE 2.0 ~= OT 2.0 milestone Sep 19, 2021
@behdad behdad changed the title [Layout] Coverage / ClassDef tables >64k expansion [Layout] Coverage / ClassDef tables >64k expansion Sep 19, 2021
@behdad behdad added the Layout label Sep 19, 2021
@behdad behdad changed the title [Layout] Coverage / ClassDef tables >64k expansion Coverage / ClassDef tables >64k expansion Sep 19, 2021
@behdad behdad changed the title Coverage / ClassDef tables >64k expansion [GDEF/GSUB/GPOS] Coverage / ClassDef tables >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 fonttools/fonttools that referenced this issue Jul 3, 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 6, 2022
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
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 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 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 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 11, 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 11, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 12, 2022
behdad added a commit to harfbuzz/harfbuzz that referenced this issue Jul 12, 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 harfbuzz/harfbuzz that referenced this issue 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
No open projects
Development

No branches or pull requests

1 participant