pub type TextAnchor = SkSVGTextAnchor_Type;
enum TextAnchor { Start = 0, Middle = 1, End = 2, Inherit = 3, }