1 2 3 4 5
pub mod text; pub mod text_properties; pub use self::text::{Text, TextCharacterBackgroundColors, TextCharacterColors}; pub use self::text_properties::*;