summaryrefslogtreecommitdiffstats
path: root/core/src/font.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-18Remove unnecessary `monospaced` flag in `Font`Libravatar Héctor Ramón Jiménez1-4/+0
2023-08-18Make the style attribute available on FontLibravatar lufte1-0/+13
2023-03-30Introduce `font::Stretch`Libravatar Héctor Ramón Jiménez1-0/+19
2023-03-30Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez1-3/+41
2023-03-14Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez1-7/+2
2023-02-24Introduce `Weight` enum to `font`Libravatar Héctor Ramón Jiménez1-0/+16
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez1-32/+21
2023-02-24Implement basic text caching in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+16
2020-04-23Implement `Default` for `Font`Libravatar Héctor Ramón Jiménez1-0/+6
2019-11-18Write documentation for `iced_core`Libravatar Héctor Ramón Jiménez1-0/+10
2019-11-13Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez1-0/+8