We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739662d commit 4978c9fCopy full SHA for 4978c9f
crates/bevy_text/src/pipeline.rs
@@ -16,7 +16,7 @@ use bevy_utils::HashMap;
16
use cosmic_text::{Attrs, Buffer, Family, Metrics, Shaping, Wrap};
17
18
use crate::{
19
- error::TextError, LineBreak, CosmicBuffer, Font, FontAtlasSets, FontSmoothing, JustifyText,
+ error::TextError, CosmicBuffer, Font, FontAtlasSets, FontSmoothing, JustifyText, LineBreak,
20
PositionedGlyph, TextBounds, TextSection, TextStyle, YAxisOrientation,
21
};
22
0 commit comments