Type Alias freya_engine::prelude::svg::TextAnchor
pub type TextAnchor = SkSVGTextAnchor_Type;Aliased Type§
enum TextAnchor {
Start = 0,
Middle = 1,
End = 2,
Inherit = 3,
}pub type TextAnchor = SkSVGTextAnchor_Type;enum TextAnchor {
Start = 0,
Middle = 1,
End = 2,
Inherit = 3,
}