Address review

This commit is contained in:
Jeremy Soller 2024-06-06 15:37:07 -06:00
parent 896f36cdab
commit 020701734e
2 changed files with 5 additions and 2 deletions

View file

@ -105,8 +105,8 @@ impl FamilyOwned {
//TODO: what are the edge cases of this?
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
pub struct CacheMetrics {
pub font_size_bits: u32,
pub line_height_bits: u32,
font_size_bits: u32,
line_height_bits: u32,
}
impl From<Metrics> for CacheMetrics {