Add ability to set global buffer attributes
This commit is contained in:
parent
59a4f8a4c1
commit
525c4efaa5
4 changed files with 65 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue