summaryrefslogtreecommitdiffstats
path: root/core/src/font.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce `Weight` enum to `font`Libravatar Héctor Ramón Jiménez2023-02-241-0/+16
* Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-241-32/+21
* Implement basic text caching in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-0/+16
* Implement `Default` for `Font`Libravatar Héctor Ramón Jiménez2020-04-231-0/+6
* Write documentation for `iced_core`Libravatar Héctor Ramón Jiménez2019-11-181-0/+10
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-0/+8