graphics icon indicating copy to clipboard operation
graphics copied to clipboard

text wrapping and alignement?

Open jaroslaw-weber opened this issue 7 years ago • 1 comments

Is It possible to setup alignment and wrapping for Text?

jaroslaw-weber avatar Jul 19 '17 03:07 jaroslaw-weber

@jaroslaw-weber I don't believe there are any tools for text alignment or wrapping in the graphics crate itself, however conrod does provide this (and provides a backend for drawing to a piston Graphics instance if necessary - see the all_piston_window example). Running the text example should give you an idea of how it works.

mitchmindtree avatar Jul 19 '17 03:07 mitchmindtree