Add ability to set global buffer attributes

This commit is contained in:
Jeremy Soller 2022-10-25 16:29:33 -06:00
parent 59a4f8a4c1
commit 525c4efaa5
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
4 changed files with 65 additions and 5 deletions

View file

@ -2,6 +2,7 @@
pub use fontdb::{Family, Stretch, Style, Weight};
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct Attrs<'a> {
pub family: Family<'a>,
pub monospaced: bool,