Struct mon_artist::svg::Text [] [src]

pub struct Text {
    pub x: Dim,
    pub y: Dim,
    pub font_family: String,
    pub font_size: Dim,
    pub text_anchor: TextAnchor,
    pub fill: Color,
    pub content: String,
    pub id: Option<String>,
    pub attrs: Vec<(String, String)>,
}

Fields

Trait Implementations

impl Debug for Text
[src]

Formats the value using the given formatter.

impl IntoElement for Text
[src]

impl IntoShape for Text
[src]