libunibreak
4.3
|
Struct for entries of line break properties. More...
#include <linebreakdef.h>
Data Fields | |
utf32_t | start |
Start codepoint. More... | |
utf32_t | end |
End codepoint, inclusive. More... | |
enum LineBreakClass | prop |
The line breaking property. More... | |
Struct for entries of line break properties.
The array of the entries must be sorted.
utf32_t LineBreakProperties::end |
End codepoint, inclusive.
enum LineBreakClass LineBreakProperties::prop |
The line breaking property.
utf32_t LineBreakProperties::start |
Start codepoint.