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