Introduce keyed::Column widget
This commit is contained in:
parent
1a1da6a1f0
commit
34495bba1c
8 changed files with 490 additions and 11 deletions
|
|
@ -27,6 +27,8 @@ impl Paragraph {
|
|||
}
|
||||
|
||||
pub fn with_text(text: Text<'_, Font>, font_system: &FontSystem) -> Self {
|
||||
log::trace!("\nAllocating paragraph: {}", text.content);
|
||||
|
||||
let mut font_system = font_system.write();
|
||||
|
||||
let mut buffer = cosmic_text::Buffer::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue