glyph-brush-layout-0.2
- Rework crate switching from rusttype to ab_glyph.
- Layout returns
SectionGlyph
s which containsection_index
& stringbyte_index
. - Drop support for
Color
which didn't affect layout & can now be associated to sections without built-in support. - Glyph bounding boxes are no longer used at all during layout. This means invisible glyphs, like
' '
, are now generally included.
- Layout returns