diff --git a/crates/epaint/src/text/font.rs b/crates/epaint/src/text/font.rs index c29a4c1c7..3c3b4d451 100644 --- a/crates/epaint/src/text/font.rs +++ b/crates/epaint/src/text/font.rs @@ -74,7 +74,7 @@ pub struct GlyphAllocation { // ---------------------------------------------------------------------------- -/// A specific font with a size. +/// A specific font face. /// The interface uses points as the unit for everything. pub struct FontImpl { name: String,