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

Drop glyf-1 variable components in favor of new VARC table proposal #20

Merged
merged 28 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
672f8e6
Update to VARC table
justvanrossum Apr 21, 2024
21fe1b2
Use list comp
justvanrossum Apr 21, 2024
d6543a0
Cleanup
justvanrossum Apr 21, 2024
ebd932b
Make axis indices order deterministic
justvanrossum Apr 21, 2024
512fef8
Adjust test data
justvanrossum Apr 21, 2024
13894a0
If there ae outlines, add a self-referencing component, as per spec
justvanrossum Apr 22, 2024
3110e5a
Use PR VARC branch
justvanrossum Apr 22, 2024
a8ca716
Fix git install line
justvanrossum Apr 22, 2024
c003292
Fix type annotations
justvanrossum Apr 22, 2024
8949a9b
Add comment
justvanrossum Apr 22, 2024
9d7f8a1
Use dataclass instead of SimpleNamespace
justvanrossum Apr 22, 2024
50c815f
Rename methods
justvanrossum Apr 22, 2024
97e2362
Factor out preparation of coordinates
justvanrossum Apr 22, 2024
227c9cf
Moving a line, whitespace
justvanrossum Apr 22, 2024
fceb24e
Move a line
justvanrossum Apr 22, 2024
74fa60f
Factor out gvar variation building
justvanrossum Apr 22, 2024
73f30e7
Factor out populating transformation and axis values
justvanrossum Apr 22, 2024
3199d46
Don't create variation model if there are no variations
justvanrossum Apr 22, 2024
2b1d184
Raise ValueError if a base glyph doesn't exist
justvanrossum Apr 22, 2024
4986383
Use better exceptions
justvanrossum Apr 22, 2024
b98cdb1
Sanitize location first, so we won't get a wrong HAVE_AXES flag etc.
justvanrossum Apr 22, 2024
b4a7d7d
Fix assumption that source 0 is the default source
justvanrossum Apr 22, 2024
c69353a
Find defaultGlyph via model
justvanrossum Apr 22, 2024
41b707d
Merge branch 'main' into varc-table
justvanrossum Apr 24, 2024
03f63db
Rebuild ttx files
justvanrossum Apr 24, 2024
19ea32f
Merge branch 'main' into varc-table
justvanrossum May 1, 2024
4f3ebaf
Merge branch 'main' into varc-table
justvanrossum May 24, 2024
f2bb19f
Bump fonttools to release that contains VARC
justvanrossum May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fonttools==4.51.0
fonttools==4.52.1
fontmake==3.9.0
fontc==0.0.1.post5
git+https://github.com/googlefonts/fontra.git
Expand Down
Loading