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

Add option to extract TrueType instructions as VTT assembly #42

Merged
merged 5 commits into from
Dec 3, 2021

Conversation

jenskutilek
Copy link
Contributor

This adds another output format for TrueType instructions, VisualTrueType assembly, which is slightly different from TTX assembly.

@jenskutilek
Copy link
Contributor Author

Strategically, this can come in handy now that the VTT compiler has been open-sourced.

It is not possible to reconstruct VTT talk code from a binary font, but VTT assembly can be stored as VTT talk by wrapping it in the ASM command:

ASM("
#PUSHOFF
#PUSH, 1
MDAP[R]
#PUSHON
")

@benkiel
Copy link
Member

benkiel commented Oct 23, 2021

That is really good to know! Perhaps this should be the format that UFO stores now, instead of TTX dumps

@benkiel benkiel merged commit b44d9b8 into robotools:master Dec 3, 2021
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

Successfully merging this pull request may close these issues.

2 participants