[−][src]Module conrod_core::text::line
Text handling logic related to individual lines of text.
This module is the core of multi-line text handling.
Structs
| Info | Information about a single line of text within a |
| Infos | An iterator yielding an |
| Rects | An iterator yielding a |
| SelectedRects | An iterator yielding a |
Enums
| Break | The two types of Break indices returned by the WrapIndicesBy iterators. |
Functions
| infos | Produce an |
| infos_wrapped_by | Produce an |
| rects | Produce an iterator yielding the bounding |
| selected_rects | Produces an iterator yielding a |
| width | Produce the width of the given line of text including spaces (i.e. ' '). |
Type Definitions
| NextBreakFnPtr | An alias for function pointers that are compatible with the |