Produce FontMatches inside of Buffer

This commit is contained in:
Jeremy Soller 2022-10-25 16:13:07 -06:00
parent 085231c153
commit 59a4f8a4c1
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
5 changed files with 20 additions and 24 deletions

View file

@ -45,9 +45,6 @@ fn main() {
)
.unwrap();
let attrs = cosmic_text::Attrs::new().monospaced(cfg!(feature = "mono"));
let font_matches = font_system.matches_attrs(attrs).unwrap();
let font_sizes = [
TextMetrics::new(10, 14).scale(display_scale), // Caption
TextMetrics::new(14, 20).scale(display_scale), // Body
@ -58,8 +55,10 @@ fn main() {
];
let font_size_default = 1; // Body
let attrs = cosmic_text::Attrs::new().monospaced(cfg!(feature = "mono"));
let mut buffer = TextBuffer::new(
font_matches,
&font_system,
attrs,
font_sizes[font_size_default]
);
buffer.set_size(