summaryrefslogtreecommitdiffstats
path: root/graphics/src/font/source.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez1-45/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-0/+6
... and check those in CI as well!
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-4/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-05-28Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez1-0/+8
2020-05-19Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez1-3/+1
2019-12-11Ran cargo_fmt over changed files.Libravatar Malte Veerman1-2/+3
2019-11-13Move text logic in `iced_wgpu` to a `text` moduleLibravatar Héctor Ramón Jiménez1-0/+0
2019-11-05Improve default font loadingLibravatar Héctor Ramón Jiménez1-10/+8
2019-11-03Use `SystemSource` instead of `FontconfigSource`Libravatar Héctor Ramón Jiménez1-2/+2
2019-11-03Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez1-0/+38