mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -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`.
|
/// The collection of fonts used by `epaint`.
|
||||||
///
|
|
||||||
/// Note: `Fonts::default()` is invalid (missing `pixels_per_point`).
|
|
||||||
#[derive(Default)]
|
|
||||||
pub struct Fonts {
|
pub struct Fonts {
|
||||||
pixels_per_point: f32,
|
pixels_per_point: f32,
|
||||||
definitions: FontDefinitions,
|
definitions: FontDefinitions,
|
||||||
|
|||||||
Reference in New Issue
Block a user