Address review
This commit is contained in:
parent
896f36cdab
commit
020701734e
2 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue