Type Alias freya_engine::prelude::svg::TextAnchor

pub type TextAnchor = SkSVGTextAnchor_Type;

Aliased Type§

enum TextAnchor {
    Start = 0,
    Middle = 1,
    End = 2,
    Inherit = 3,
}

Variants§

§

Start = 0

§

Middle = 1

§

End = 2

§

Inherit = 3