Glyph Brush Versions Save

Fast GPU cached text rendering

glyph-brush-0.7.8

8 months ago
  • Update ordered-float to 4.

glyph-brush-0.7.7

1 year ago
  • 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

1 year ago
  • Removed log dependency.

gfx-glyph-0.17.1

1 year ago
  • Specify #[repr(C)] for vertex structs.

glyph-brush-0.7.5

1 year ago
  • Implement Eq for BrushError.

glyph-brush-0.7.4

2 years ago
  • Update ordered-float to 3.

glyph-brush-0.7.3

2 years ago
  • Add documentation of GlyphBrush generic types & workarounds when .build() type inference fails.
  • wasm: Fix twox-hash compilation.

glyph-brush-draw-cache-0.1.5

2 years ago
  • Micro-optimise avoid .round() during glyph drawing when converting pixel coverage to u8.

glyph-brush-layout-0.2.3

2 years ago
  • Default layouts: Keep word trailing space width if ending in a hard break or end of all glyphs e.g. "Foo \n" (This particularly changes the layout of right & centre aligned text ending in spaces).

glyph-brush-layout-0.2.2

2 years ago
  • Update approx to 0.5.