mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Add more doc-links in docstrings (#1419)
This commit is contained in:
@@ -658,7 +658,7 @@ struct FontImplCache {
|
||||
pixels_per_point: f32,
|
||||
ab_glyph_fonts: BTreeMap<String, (FontTweak, ab_glyph::FontArc)>,
|
||||
|
||||
/// Map font pixel sizes and names to the cached `FontImpl`.
|
||||
/// Map font pixel sizes and names to the cached [`FontImpl`].
|
||||
cache: ahash::AHashMap<(u32, String), Arc<FontImpl>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user