skia_
safe
0.81.0
Text
Literal
Aliased type
Methods
set_text
text
Trait Implementations
DebugAttributes
Default
In skia_
safe::
svg
skia_safe
::
svg
Type Alias
TextLiteral
Copy item path
Source
pub type TextLiteral =
RCHandle
<SkSVGTextLiteral>;
Aliased Type
§
struct TextLiteral(
/* private fields */
);
Implementations
§
Source
§
impl
TextLiteral
Source
pub fn
text
(&self) -> &
str
Source
pub fn
set_text
(&mut self, value: &
str
)
Trait Implementations
§
Source
§
impl
DebugAttributes
for
TextLiteral
Source
§
const
NAME
: &'static
str
= "TextLiteral"
Source
§
fn
_dbg
(&self, builder: &mut
DebugStruct
<'_, '_>)
Source
§
impl
Default
for
TextLiteral
Source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more