Remove Fonts::default() implementation
This commit is contained in:
parent
156d68d266
commit
fc0bec44ba
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue