mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-26 18:16:11 +00:00
Prepare for follow-on change
This commit is contained in:
parent
cef2aaec07
commit
2b135fe333
@ -83,8 +83,10 @@ impl TextRenderer {
|
||||
attrs = attrs.color(glyphon::Color::rgb(0, 127, 0));
|
||||
}
|
||||
|
||||
let line = format!("{op}");
|
||||
|
||||
buffer.lines.push(glyphon::BufferLine::new(
|
||||
format!("{op}"),
|
||||
line,
|
||||
glyphon::cosmic_text::LineEnding::Lf,
|
||||
glyphon::AttrsList::new(attrs),
|
||||
glyphon::Shaping::Advanced,
|
||||
|
Loading…
Reference in New Issue
Block a user