glyph-brush-0.7.7
alexheretic
released this
24 Feb 12:17
·
25 commits
to main
since this release
- Allow
Text::new
to work with anyX
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 flexibleX
/"extra" type usage thanSection::default
& for owned text too. - Add more flexible
X
type usage toGlyphBrush::keep_cached
. - Add
Section::from(text)
&Section::from(vec![text])
conversions. - Update
GlyphCruncher::glyphs
,GlyphCruncher::glyph_bounds
docs.