summaryrefslogtreecommitdiffstats
path: root/core/src/text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reuse entries in `text::Cache` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-06-281-3/+3
* Increase default `LineHeight` to `Relative(1.3)`Libravatar Héctor Ramón Jiménez2023-05-101-1/+1
* Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez2023-05-041-4/+69
* Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez2023-05-021-6/+24
* Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez2023-05-021-2/+20
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+111
* Merge `iced_core::text` with `iced_native::text`Libravatar Héctor Ramón Jiménez2021-11-041-29/+0
* Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2021-09-151-3/+3
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-261-0/+29