Go to the source code of this file.
Specifies which method to use to split string in RE_Font::splitString.
Enumerator |
---|
RE_SST_NARROWER_ONLY |
Only split at word boundaries if narrower than the given maximum width. If no split point was found before, the splitting fails.
|
RE_SST_BOUNDARY_SOFT |
Try first to split on word boundaries at less than the maximum width, otherwise try word boundaries after.
|
RE_SST_BOUNDARY_HARD |
Try first to split on word boundaries at less than maximum width, otherwise do a hard split at the maximum width, ignoring any boundary indicators.
|
Definition at line 37 of file RE_Font.h.