mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Remove Fonts::default() implementation
This commit is contained in:
@@ -172,9 +172,6 @@ impl Default for FontDefinitions {
|
||||
}
|
||||
|
||||
/// The collection of fonts used by `epaint`.
|
||||
///
|
||||
/// Note: `Fonts::default()` is invalid (missing `pixels_per_point`).
|
||||
#[derive(Default)]
|
||||
pub struct Fonts {
|
||||
pixels_per_point: f32,
|
||||
definitions: FontDefinitions,
|
||||
|
||||
Reference in New Issue
Block a user