skia_safe::svg

Type Alias TextPath

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