Rename all_font_families to all_font_names

This commit is contained in:
Piotr Osiewicz 2024-01-16 20:12:16 +01:00
parent ca4a8b2226
commit f011953484
4 changed files with 15 additions and 12 deletions

View file

@ -205,7 +205,7 @@ impl settings::Settings for ThemeSettings {
let available_fonts = cx
.text_system()
.all_font_families()
.all_font_names()
.into_iter()
.map(Value::String)
.collect();