summaryrefslogtreecommitdiff
path: root/crates/epaint/src/shape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/epaint/src/shape.rs')
-rw-r--r--crates/epaint/src/shape.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/epaint/src/shape.rs b/crates/epaint/src/shape.rs
index d69a832e..6f67a2bc 100644
--- a/crates/epaint/src/shape.rs
+++ b/crates/epaint/src/shape.rs
@@ -1001,7 +1001,7 @@ pub struct TextShape {
pub underline: Stroke,
/// Any [`Color32::PLACEHOLDER`] in the galley will be replaced by the given color.
- /// Affects everything: backgrounds, glyphs, strikethough, underline, etc.
+ /// Affects everything: backgrounds, glyphs, strikethrough, underline, etc.
pub fallback_color: Color32,
/// If set, the text color in the galley will be ignored and replaced
@@ -1011,7 +1011,7 @@ pub struct TextShape {
pub override_text_color: Option<Color32>,
/// If set, the text will be rendered with the given opacity in gamma space
- /// Affects everything: backgrounds, glyphs, strikethough, underline, etc.
+ /// Affects everything: backgrounds, glyphs, strikethrough, underline, etc.
pub opacity_factor: f32,
/// Rotate text by this many radians clockwise.