Module primitives::prelude[][src]

Re-exports

pub use super::Object;
pub use super::Is;
pub use super::color;
pub use crate::colorspace::prelude::*;

Enums

FontWeight: Normal: Normal font weight Bold: Bold font weight Bolder: Bolder font weight Lighter: Lighter font weight

TextAlign: Left: align text to the left Right: align text to the right Center: center the text Justify: justify the text

Traits