Skip to content

Releases: alexheretic/glyph-brush

glyph-brush-0.7.10

28 Aug 12:02
Compare
Choose a tag to compare
  • Fix conversions from OwnedSection -> Section with non-default extra type.

glyph-brush-layout-0.2.4

22 Jun 11:49
Compare
Choose a tag to compare
  • Fix SectionText::scale docs.
  • Improve SectionGlyph docs.

glyph-brush-draw-cache-0.1.6

22 Jun 11:49
Compare
Choose a tag to compare
  • Clarify Rectangle docs.
  • Update rustc-hash to 2.

glyph-brush-0.7.9

22 Jun 11:49
Compare
Choose a tag to compare
  • Add GlyphCruncher::glyphs doc example of using section_index & byte_index.
  • Update rustc-hash to 2.

glyph-brush-0.7.8

29 Sep 07:08
Compare
Choose a tag to compare
  • Update ordered-float to 4.

glyph-brush-0.7.7

24 Feb 12:17
Compare
Choose a tag to compare
  • Allow Text::new to work with any X type. This may break usage, however it will hopefully be non-breaking in practice as the compiler should always be able to infer this.
  • Add Section::builder for more flexible X/"extra" type usage than Section::default & for owned text too.
  • Add more flexible X type usage to GlyphBrush::keep_cached.
  • Add Section::from(text) & Section::from(vec![text]) conversions.
  • Update GlyphCruncher::glyphs, GlyphCruncher::glyph_bounds docs.

glyph-brush-0.7.6

14 Feb 13:03
Compare
Choose a tag to compare
  • Removed log dependency.

gfx-glyph-0.17.1

10 Feb 15:32
Compare
Choose a tag to compare
  • Specify #[repr(C)] for vertex structs.

glyph-brush-0.7.5

19 Aug 18:01
Compare
Choose a tag to compare
  • Implement Eq for BrushError.

glyph-brush-0.7.4

07 May 08:07
Compare
Choose a tag to compare
  • Update ordered-float to 3.