mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-08 08:58:03 +00:00
Prepare for follow-on change
This commit is contained in:
parent
fc84f05235
commit
4fcc3fc5f4
@ -77,10 +77,12 @@ impl TextRenderer {
|
||||
);
|
||||
|
||||
for op in operations.operations.iter() {
|
||||
let attrs = glyphon::Attrs::new();
|
||||
|
||||
buffer.lines.push(glyphon::BufferLine::new(
|
||||
format!("{op}"),
|
||||
glyphon::cosmic_text::LineEnding::Lf,
|
||||
glyphon::AttrsList::new(glyphon::Attrs::new()),
|
||||
glyphon::AttrsList::new(attrs),
|
||||
glyphon::Shaping::Advanced,
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user