Skip to content

Commit cd6f154

Browse files
authored
Merge pull request #77 from Foltik/master
Re-export OwnedSection and OwnedText from glyph_brush
2 parents ad20436 + 254d932 commit cd6f154

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ pub use builder::GlyphBrushBuilder;
1515
pub use glyph_brush::ab_glyph;
1616
pub use glyph_brush::{
1717
BuiltInLineBreaker, Extra, FontId, GlyphCruncher, GlyphPositioner,
18-
HorizontalAlign, Layout, LineBreak, LineBreaker, Section, SectionGeometry,
19-
SectionGlyph, SectionGlyphIter, SectionText, Text, VerticalAlign,
18+
HorizontalAlign, Layout, LineBreak, LineBreaker, OwnedSection, OwnedText,
19+
Section, SectionGeometry, SectionGlyph, SectionGlyphIter, SectionText,
20+
Text, VerticalAlign,
2021
};
2122

2223
use ab_glyph::{Font, Rect};

0 commit comments

Comments
 (0)