MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
The word breaking rule indicates how UStrGetBreaks creates soft wrap opportunities between letters. More...
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 |