OpenTTD Source 20241224-master-gee860a5c8e
OSXStringIterator::CharInfo Struct Reference

Break info for a character. More...

Data Fields

bool word_stop: 1
 Code point is suitable as a word break.
 
bool char_stop: 1
 Code point is the start of a grapheme cluster, i.e. a "character".
 

Detailed Description

Break info for a character.

Definition at line 19 of file string_osx.h.

Field Documentation

◆ char_stop

bool OSXStringIterator::CharInfo::char_stop

Code point is the start of a grapheme cluster, i.e. a "character".

Definition at line 21 of file string_osx.h.

◆ word_stop

bool OSXStringIterator::CharInfo::word_stop

Code point is suitable as a word break.

Definition at line 20 of file string_osx.h.


The documentation for this struct was generated from the following file: