summaryrefslogtreecommitdiffstats
path: root/graphics/src/text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-27Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez1-0/+13
2023-10-27Remove unnecessary `into_iter` call in `iced_graphics`Libravatar Héctor Ramón Jiménez1-5/+4
2023-09-19Fix gamma correction for colored glyphs in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-3/+9
2023-09-17Draft `Highlighter` APILibravatar Héctor Ramón Jiménez1-1/+7
2023-09-16Remove unnecessary `into_iter` call in `graphics::text`Libravatar Héctor Ramón Jiménez1-5/+4
2023-09-12Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez1-0/+2
2023-09-11Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez1-27/+20
2023-09-09Invalidate existing paragraphs when new fonts are loadedLibravatar Héctor Ramón Jiménez1-10/+34
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-0/+113