|
OpenTTD Source
1.11.0-beta2
|
Wrapper for doing layouts with Uniscribe. More...
Data Structures | |
| class | UniscribeLine |
| A single line worth of VisualRuns. More... | |
| class | UniscribeVisualRun |
| Visual run contains data about the bit of text with the same font. More... | |
Public Member Functions | |
| UniscribeParagraphLayout (std::vector< UniscribeRun > &ranges, const UniscribeParagraphLayoutFactory::CharType *buffer) | |
| void | Reflow () override |
| std::unique_ptr< const Line > | NextLine (int max_width) override |
Private Attributes | |
| const UniscribeParagraphLayoutFactory::CharType * | text_buffer |
| std::vector< UniscribeRun > | ranges |
| All runs of the text. | |
| std::vector< UniscribeRun >::iterator | cur_range |
| The next run to be output. | |
| int | cur_range_offset = 0 |
| Offset from the start of the current run from where to output. | |
Wrapper for doing layouts with Uniscribe.
Definition at line 64 of file string_uniscribe.cpp.