summaryrefslogtreecommitdiffstats
path: root/wgpu/src/text.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-011-4/+7
|
* Resize text measure cache to avoid panicLibravatar Héctor Ramón Jiménez2019-12-181-5/+17
| | | | | | | This should not be really necessary, as we are not really drawing anything with the measure brush... But we are using `glyph_brush` in an unconventional way, so that may be the cause. We need to redesign `wgpu_glyph` or come up with an alternative.
* Stop loading a mono font just for the debug viewLibravatar Héctor Ramón Jiménez2019-11-261-15/+3
|
* Fallback to embedded font when system font failsLibravatar Héctor Ramón Jiménez2019-11-261-11/+25
|
* Write docs for `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-221-5/+7
|
* Draw proper checkmark for `Checkbox` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-141-3/+10
|
* Fix text bounds in `iced_wgpu` on nonintegral DPILibravatar Héctor Ramón Jiménez2019-11-141-1/+1
|
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-7/+59
|
* Move text logic in `iced_wgpu` to a `text` moduleLibravatar Héctor Ramón Jiménez2019-11-131-0/+106