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

Glyph Builder: uniXXXX glyph name doesn’t trigger unicode value #56

Open
roberto-arista opened this issue May 21, 2021 · 3 comments
Open

Comments

@roberto-arista
Copy link
Contributor

from the RoboFont forum:
https://forum.robofont.com/topic/940/glyph-builder-unixxxx-glyph-name-doesn-t-trigger-unicode-value

@typemytype
Copy link
Owner

it does but it gets overwritten back to None as the construction has no unicode value...

https://github.com/typemytype/GlyphConstruction/blob/master/GlyphConstruction.roboFontExt/lib/glyphConstructionController.py#L456-L461

I guess making the unicode value implicit in the glyph construction code is the best: uni1E93 = w + acute@top | 1E93

@roberto-arista
Copy link
Contributor Author

ok, so what "Auto Unicodes" means?

Screenshot 2021-05-25 at 10 11 00

@typemytype
Copy link
Owner

if this is ticked on in the UI it will use the RF characterMapping to find unicodes, only when no unicode is provided in the construction

see https://github.com/typemytype/GlyphConstruction/blob/master/GlyphConstruction.roboFontExt/lib/glyphConstructionController.py#L433-L435

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants