summaryrefslogtreecommitdiffstats
path: root/core/src/font.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `monospaced` flag in `Font`Libravatar Héctor Ramón Jiménez2023-09-181-4/+0
* Make the style attribute available on FontLibravatar lufte2023-08-181-0/+13
* Introduce `font::Stretch`Libravatar Héctor Ramón Jiménez2023-03-301-0/+19
* Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-301-3/+41
* 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