Searched defs:_char_index (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG.h947 _char_index(0),
952 {return _glyph_index == other._glyph_index && _char_index == other._char_index;}
954 {return _glyph_index != other._glyph_index || _char_index != other._char_index;}
961 {return _char_index < other._char_index;}
963 {return _char_index <= other._char_index;}
965 {return _char_index > othe
1045 unsigned _char_index; /// index into Layout::character member in class:Inkscape::Text::Layout::iterator
[all...]

Completed in 36 milliseconds