Macro hobo_css::dominant_baseline[][src]

macro_rules! dominant_baseline {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (auto) => { ... };
    (text - bottom) => { ... };
    (alphabetic) => { ... };
    (ideographic) => { ... };
    (middle) => { ... };
    (central) => { ... };
    (mathematical) => { ... };
    (hanging) => { ... };
    (text - top) => { ... };
}