-
Notifications
You must be signed in to change notification settings - Fork 9
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
/GPOS
] Main struct >64k expansion
#58
Labels
Comments
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 4, 2022
To fix offset overflows of LookupList itself. Implements harfbuzz/boring-expansion-spec#58
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 4, 2022
To fix offset overflows of LookupList itself. Implements harfbuzz/boring-expansion-spec#58
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 8, 2022
To fix offset overflows of LookupList itself. Implements harfbuzz/boring-expansion-spec#58
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 9, 2022
Closed
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 11, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 11, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 11, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 11, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 12, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to harfbuzz/harfbuzz
that referenced
this issue
Jul 12, 2022
Implements harfbuzz/boring-expansion-spec#58 Subset does NOT lower format.
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 12, 2022
To fix offset overflows of LookupList itself. Implements harfbuzz/boring-expansion-spec#58
behdad
added a commit
to fonttools/fonttools
that referenced
this issue
Jul 12, 2022
Speced: https://github.com/harfbuzz/boring-expansion-spec/blob/main/beyond-64k.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the tables cannot support more than ~3k lookups before the
LookupList
offsets themselves overflow. I hit this limit when trying to merge all 180 Noto Sans fonts. To address this, the mainGSUB
/GPOS
structs need to be bumped to version0x00020000
.Note that the last item is a 32bit offset, for compatibility with version
0x00010001
tables.were
LookupList24
is a list16 of offset24 toLookup
structures:The text was updated successfully, but these errors were encountered: