cargo fmt
This commit is contained in:
parent
3b3e8f4c1d
commit
9d8e2f28c4
6 changed files with 38 additions and 17 deletions
|
|
@ -60,7 +60,10 @@ impl FontRenderer8x8 {
|
|||
|
||||
pub fn from_name(family_name: String) -> Self {
|
||||
let font = SystemSource::new()
|
||||
.select_best_match(&[FamilyName::Title(family_name)], &Properties::new())
|
||||
.select_best_match(
|
||||
&[FamilyName::Title(family_name)],
|
||||
&Properties::new(),
|
||||
)
|
||||
.unwrap()
|
||||
.load()
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Reference in a new issue