Improve text widget API
This commit is contained in:
parent
dd40058e71
commit
0f21c3701e
5 changed files with 108 additions and 53 deletions
|
|
@ -1,2 +1,3 @@
|
|||
pub const UNIFONT: &[u8] = include_bytes!("../data/unifont-15.1.05.otf");
|
||||
pub const UNIFONT_NAME: &str = "Unifont";
|
||||
pub const UNIFONT_SIZE: f32 = 16.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue