-
Notifications
You must be signed in to change notification settings - Fork 168
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
[makeotfexe] port tx subroutinizer to makeotfexe #882
Conversation
DAWG using the concatenation of all the charstrings from all the fonts as | ||
input. Subseqeuntly the completed suffix DAWG is traversed in order to count | ||
CDAWG using the concatenation of all the charstrings from all the fonts as | ||
input. Subseqeuntly the completed suffix CDAWG is traversed in order to count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subseqeuntly -> Subsequently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed that. I'm ignoring the Codacy warnings for now, as I want to keep this code reasonably close to the tx
code. If I fix either, I want to fix both. (And yes, ultimately, I'd like to just have one shared library for this, but at least this is a step in that direction.)
854321b
to
e03220e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By comparing subr.c
to cffwrite_subr.c
, I realized that CFF2 changes are not included in subr.c
. Is it because makeotf needs not to support CFF2 maybe at least for now? Other than that, it looks ok.
@blueshade7 That's correct. We use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then good
resolves #331