egui/epaint/src/text
Emil Ernerfeldt 8272b08742
Improve text contrast in bright mode (#1412)
* Rename AlphaImage to FontImage to discourage any other use for it
* Encode FontImage as f32 and postpone the alpha correction
* Interpret alpha coverage in a new, making dark text darker, improving contrast in bright mode
2022-03-23 16:49:49 +01:00
..
cursor.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
font.rs Improve text contrast in bright mode (#1412) 2022-03-23 16:49:49 +01:00
fonts.rs Improve text contrast in bright mode (#1412) 2022-03-23 16:49:49 +01:00
mod.rs Expose FontTweak through egui::FontTweak (#1244) 2022-02-13 10:10:39 +01:00
text_layout.rs Refactor TessellationOptions to expose slider for feathering size (#1408) 2022-03-23 11:41:38 +01:00
text_layout_types.rs Implement Serialize/Deserialize for TextShape 2022-02-22 13:20:46 +01:00