Rename canvas::TextNode to canvas::Text

This commit is contained in:
Héctor Ramón Jiménez 2020-03-07 22:27:02 +01:00
parent 1bb8555691
commit f35c9f25f0
3 changed files with 11 additions and 9 deletions

View file

@ -28,7 +28,7 @@ pub use frame::Frame;
pub use layer::Layer;
pub use path::Path;
pub use stroke::{LineCap, LineJoin, Stroke};
pub use text::TextNode;
pub use text::Text;
/// A widget capable of drawing 2D graphics.
///