Make font_matches public for now
This commit is contained in:
parent
904ee71414
commit
e32cfedfcf
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ impl TextBufferLine {
|
|||
|
||||
/// A buffer of text that is shaped and laid out
|
||||
pub struct TextBuffer<'a> {
|
||||
font_matches: FontMatches<'a>,
|
||||
pub font_matches: FontMatches<'a>,
|
||||
attrs: Attrs<'a>,
|
||||
lines: Vec<TextBufferLine>,
|
||||
metrics: TextMetrics,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue