Replies: 2 comments 12 replies
-
I was going to suggest this: ttc = TTCollection(shareTables=True) but it seems that only has effect when reading a TTC. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Still invalid. These two font created by this script: https://github.com/TakWolf/pixel-font-builder/blob/master/examples/demo.py https://github.com/TakWolf/pixel-font-builder/blob/master/examples/demo.py#L167C1-L171C71 I merged otf 1000 times, only with different family names. The remaining issue is that I won't decide is that should tables object are required the same memory objects? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if the following codes is correct (or recommended), I only infer them through existing APIs:
I did successfully create a
ttc
file. But it seems that the table is not shared. What did I do wrong?Beta Was this translation helpful? Give feedback.
All reactions