Skip to content

Commit

Permalink
dev: enable ligature feature for vector export (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Nov 28, 2023
1 parent d4be66f commit 6d8e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/vector/flat_ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ pub fn flatten_glyphs(
repr: impl IntoIterator<Item = (DefId, GlyphItem)>,
) -> Vec<(DefId, FlatGlyphItem)> {
let glyph_provider = GlyphProvider::new(FontGlyphProvider::default());
let glyph_lower_builder = GlyphLowerBuilder::new(&glyph_provider, false);
let glyph_lower_builder = GlyphLowerBuilder::new(&glyph_provider, true);

repr.into_iter()
.map(|(font_id, glyph)| {
Expand Down

0 comments on commit 6d8e9ff

Please sign in to comment.