|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
| #define | WBR_NORMAL 0x00 |
| Words break according to their customary rules, as defined by UNICODE LINE BREAKING ALGORITHM. More... | |
| #define | WBR_BREAK_ALL 0x01 |
| Breaking is allowed within “words”. More... | |
| #define | WBR_KEEP_ALL 0x02 |
| Breaking is forbidden within “words”. More... | |
The word breaking rule indicates how UStrGetBreaks creates soft wrap opportunities between letters.
| #define WBR_BREAK_ALL 0x01 |
| #define WBR_KEEP_ALL 0x02 |
1.8.13