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