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

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

Definition at line 69 of file string_uniscribe.h.

Field Documentation

◆ char_stop

bool UniscribeStringIterator::CharInfo::char_stop

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

Definition at line 71 of file string_uniscribe.h.

◆ word_stop

bool UniscribeStringIterator::CharInfo::word_stop

Code point is suitable as a word break.

Definition at line 70 of file string_uniscribe.h.


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