Closed hecrj closed 5 years ago
Fixes #43.
The fix consists in using the brand new GlyphBrush::glyph_bounds method instead of GlyphBrush::pixel_bounds (see https://github.com/alexheretic/glyph-brush/issues/68). The Text widget measure function can directly return the result now!
GlyphBrush::glyph_bounds
GlyphBrush::pixel_bounds
Text
Fixes #43.
The fix consists in using the brand new
GlyphBrush::glyph_bounds
method instead ofGlyphBrush::pixel_bounds
(see https://github.com/alexheretic/glyph-brush/issues/68). TheText
widget measure function can directly return the result now!