MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros

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...
 

Detailed Description

The word breaking rule indicates how UStrGetBreaks creates soft wrap opportunities between letters.

Macro Definition Documentation

◆ WBR_BREAK_ALL

#define WBR_BREAK_ALL   0x01

Breaking is allowed within “words”.

Definition at line 9908 of file gdi.h.

◆ WBR_KEEP_ALL

#define WBR_KEEP_ALL   0x02

Breaking is forbidden within “words”.

Definition at line 9915 of file gdi.h.

◆ WBR_NORMAL

#define WBR_NORMAL   0x00

Words break according to their customary rules, as defined by UNICODE LINE BREAKING ALGORITHM.

Definition at line 9901 of file gdi.h.