summaryrefslogtreecommitdiffstats
path: root/glow/src/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-261-8/+8
| | | | ... and also move it to a new `text` module in `iced_core`
* Implement textual hit testingLibravatar Tom2021-08-211-0/+92
|
* Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-221-4/+6
|
* feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-141-1/+3
|
* Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-311-6/+11
|
* Update `glyph_brush` and `glow_glyph`Libravatar Héctor Ramón Jiménez2020-05-271-43/+26
|
* Remove unused `overlay_font` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-211-6/+6
|
* Move built-in fonts to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-12/+2
|
* Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-3/+1
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-1/+1
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+180