Make default text size configurable in Settings
This commit is contained in:
parent
d19c02035f
commit
b3c192a2e4
12 changed files with 74 additions and 19 deletions
|
|
@ -202,6 +202,7 @@ pub trait Application: Sized {
|
|||
{
|
||||
let renderer_settings = crate::renderer::Settings {
|
||||
default_font: settings.default_font,
|
||||
default_text_size: settings.default_text_size,
|
||||
antialiasing: if settings.antialiasing {
|
||||
Some(crate::renderer::settings::Antialiasing::MSAAx4)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue