Skip to content

glyph-brush-layout-0.2

Compare
Choose a tag to compare
@alexheretic alexheretic released this 23 May 15:43
f8ab022
  • Rework crate switching from rusttype to ab_glyph.
    • Layout returns SectionGlyphs which contain section_index & string byte_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.