Skip to content

Commit

Permalink
Merge pull request #77 from Foltik/master
Browse files Browse the repository at this point in the history
Re-export OwnedSection and OwnedText from glyph_brush
  • Loading branch information
hecrj authored Oct 18, 2021
2 parents ad20436 + 254d932 commit cd6f154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ pub use builder::GlyphBrushBuilder;
pub use glyph_brush::ab_glyph;
pub use glyph_brush::{
BuiltInLineBreaker, Extra, FontId, GlyphCruncher, GlyphPositioner,
HorizontalAlign, Layout, LineBreak, LineBreaker, Section, SectionGeometry,
SectionGlyph, SectionGlyphIter, SectionText, Text, VerticalAlign,
HorizontalAlign, Layout, LineBreak, LineBreaker, OwnedSection, OwnedText,
Section, SectionGeometry, SectionGlyph, SectionGlyphIter, SectionText,
Text, VerticalAlign,
};

use ab_glyph::{Font, Rect};
Expand Down

0 comments on commit cd6f154

Please sign in to comment.