summaryrefslogtreecommitdiffstats
path: root/graphics/src/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Write documentation for the new text APIsLibravatar Héctor Ramón Jiménez2023-10-271-0/+13
|
* Fix gamma correction for colored glyphs in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-09-191-3/+9
|
* Draft `Highlighter` APILibravatar Héctor Ramón Jiménez2023-09-171-1/+7
|
* Remove unnecessary `into_iter` call in `graphics::text`Libravatar Héctor Ramón Jiménez2023-09-161-5/+4
|
* Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-121-0/+2
|
* Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez2023-09-111-27/+20
|
* Invalidate existing paragraphs when new fonts are loadedLibravatar Héctor Ramón Jiménez2023-09-091-10/+34
|
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-0/+113