Files
freya_code_editor/
constants.rs
1
pub static
BASE_FONT_SIZE: f32 =
5.0
;
2
pub static
MAX_FONT_SIZE: f32 =
150.0
;