mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-28 19:09:25 +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));
|
attrs = attrs.color(glyphon::Color::rgb(0, 127, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let line = format!("{op}");
|
||||||
|
|
||||||
buffer.lines.push(glyphon::BufferLine::new(
|
buffer.lines.push(glyphon::BufferLine::new(
|
||||||
format!("{op}"),
|
line,
|
||||||
glyphon::cosmic_text::LineEnding::Lf,
|
glyphon::cosmic_text::LineEnding::Lf,
|
||||||
glyphon::AttrsList::new(attrs),
|
glyphon::AttrsList::new(attrs),
|
||||||
glyphon::Shaping::Advanced,
|
glyphon::Shaping::Advanced,
|
||||||
|
Loading…
Reference in New Issue
Block a user