Skip to content

Commit

Permalink
reminder and link to tracking issue for hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Jan 25, 2024
1 parent 8be0669 commit ee6fada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/encoding/src/glyph_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ impl GlyphCache {
encoding_cache.encode_fill_style(fill);
let mut path = encoding_cache.encode_path(true);
let outline = outlines.get(GlyphId::new(key.glyph_id as u16))?;
// FIXME: Re-add hinting when skrifa supports it
// Tracking issue <https://github.com/googlefonts/fontations/issues/620>
let draw_settings = skrifa::outline::DrawSettings::unhinted(size, coords);
match style {
Style::Fill(_) => {
Expand Down

0 comments on commit ee6fada

Please sign in to comment.