Make font_matches public for now

This commit is contained in:
grovesNL 2022-10-25 23:12:48 -02:30 committed by Jeremy Soller
parent 904ee71414
commit e32cfedfcf

View file

@ -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,