Type Alias TextAnchor

pub type TextAnchor = SkSVGTextAnchor_Type;

Aliased Type§

#[repr(i32)]
pub enum TextAnchor { Start = 0, Middle = 1, End = 2, Inherit = 3, }

Variants§

§

Start = 0

§

Middle = 1

§

End = 2

§

Inherit = 3