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

[makeotfexe] port tx subroutinizer to makeotfexe #882

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

cjchapman
Copy link
Contributor

resolves #331

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Subseqeuntly -> Subsequently

Copy link
Contributor Author

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.)

@cjchapman cjchapman force-pushed the cjc-port-tx-subroutinizer-to-makeotf branch from 854321b to e03220e Compare August 5, 2019 22:12
Copy link
Contributor

@blueshade7 blueshade7 left a 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.

@cjchapman
Copy link
Contributor Author

@blueshade7 That's correct. We use makeotf only for CFF. We use buildcff2vf for CFF2.

Copy link
Contributor

@blueshade7 blueshade7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then good

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.

[makeotfexe] Replace the subroutinizer with the one from tx
3 participants