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

[fontbe] Write out glyph order when --emit-debug is set #705

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Feb 6, 2024

This is useful for writing certain tests for fea-rs, since I require a glyph order in order to compile features.

@@ -393,22 +393,27 @@ impl FeatureCompilationWork {
}
}

fn write_glyph_order(context: &Context, glyphs: &GlyphOrder) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: write_debug_glyph_order would be more consistent

This is useful for writing certain tests for fea-rs, since I require a
glyph order in order to compile features.
@cmyr cmyr force-pushed the debug-glyph-order branch from 8286ccf to 8fee36e Compare February 6, 2024 18:38
@cmyr cmyr added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 48d7f32 Feb 6, 2024
10 checks passed
@cmyr cmyr deleted the debug-glyph-order branch February 6, 2024 18:39
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