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