1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Add Shape::galley_with_color (#1461)

This commit is contained in:
Zachary Kohnen
2022-04-06 18:47:46 +02:00
committed by GitHub
parent 68d5806b41
commit dffab1c737
3 changed files with 17 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ All notable changes to the epaint crate will be documented in this file.
* Renamed `AlphaImage` to `FontImage` to discourage any other use for it ([#1412](https://github.com/emilk/egui/pull/1412)).
* Dark text is darker and more readable on bright backgrounds ([#1412](https://github.com/emilk/egui/pull/1412)).
* Fix panic when tessellating a [`Shape::Vec`] containing meshes with differing `TextureId`:s ([#1445](https://github.com/emilk/egui/pull/1445)).
* Added `Shape::galley_with_color` which adds the functionality of `Painter::galley_with_color` into the Shape enum. ([#1461](https://github.com/emilk/egui/pull/1461))
## 0.17.0 - 2022-02-22