Document TextShadow
not supported by Text2d
(#19533)
# Objective Document `TextShadow` not supported by `Text2d` Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
This commit is contained in:
parent
9b743d2a43
commit
0c63aa2405
@ -2875,6 +2875,8 @@ impl ComputedNodeTarget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Adds a shadow behind text
|
/// Adds a shadow behind text
|
||||||
|
///
|
||||||
|
/// Not supported by `Text2d`
|
||||||
#[derive(Component, Copy, Clone, Debug, PartialEq, Reflect)]
|
#[derive(Component, Copy, Clone, Debug, PartialEq, Reflect)]
|
||||||
#[reflect(Component, Default, Debug, Clone, PartialEq)]
|
#[reflect(Component, Default, Debug, Clone, PartialEq)]
|
||||||
pub struct TextShadow {
|
pub struct TextShadow {
|
||||||
|
Loading…
Reference in New Issue
Block a user