glyph_brush_layout 0.1.2

Text layout for rusttype
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# master

# 0.1.2
* Fix single-line vertical alignment y-adjustment for center & bottom.

# 0.1.1
* Re-export `rusttype::point`.
* Fix `bounds_rect` implementation for some `f32::INFINITY` cases.
* Handle zero & negative scale cases.

# 0.1
* Initial release.