skia_safe::svg

Type Alias Text

Source
pub type Text = RCHandle<SkSVGText>;

Aliased Type§

struct Text(/* private fields */);

Trait Implementations§

Source§

impl DebugAttributes for Text

Source§

const NAME: &'static str = "Text"

Source§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)

Source§

impl Default for Text

Source§

fn default() -> Self

Returns the “default value” for a type. Read more