skia_safe::svg

Type Alias TextLiteral

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