Edit font infos metadata - #2039
Conversation
|
Here a short demo: Fontra-CustomData.mp4 |
a13f394 to
f27e558
Compare
|
Note: We will add UI for |
@justvanrossum I think this requires more and thorough consideration of how we really want to deal with it. There are too many open questions: How would a UI look like? Does it look like "Line metrics" or like "Custom Data". Is it always there, like "Guidelines", even though we don't really need it always? In general I would think it should look like "Line metrics", but we don't set these values always (which differs from "Line Metrics"), and we don't have an add or remove concept for that UI, yet. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
43c35ba to
d49e706
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Thanks for the great feedback. Very good point. I added several new formatters + unittests. Please see the latest commit: googlefonts/fontra@e7c1909 |
I fixed the reordering with the last commit: googlefonts/fontra@9482f2c |
I missed that. Thanks for the hint. |
…d refactor all dependencies
485749c to
4a1cfcc
Compare
Fixes #2023, fixes #2088
This is an early draft for feedback.
My main question: Is it the right direction to add and use a Fontra to UFO mapping for customData parameters (it's similar to
lineMetricsVerMapping)?I am also wondering if
fontInfoNameMappingshould be a dict instead of a list? But this is not related to this issue. I am just noticing it and wondering if we should make it consistent?