diff options
Diffstat (limited to 'src/font.rs')
| -rw-r--r-- | src/font.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/font.rs b/src/font.rs index 108ade10..0791bb6f 100644 --- a/src/font.rs +++ b/src/font.rs @@ -236,6 +236,11 @@ fn shared_prefix_words(left: &str, right: &str) -> usize { .count() } +impl_track_empty!(FontStore); +impl_track_empty!(&'_ mut FontStore); +impl_track_hash!(FaceId); +impl_track_hash!(GlyphId); + /// A font face. pub struct Face { /// The raw face data, possibly shared with other faces from the same |
