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

/inkscape/src/libnrtype/
H A DLayout-TNG.h833 int in_glyph; /// will be -1 if this character has no visual representation member in struct:Inkscape::Text::Layout::Character
1055 : _parent_layout(p), _glyph_index(p->_characters[c].in_glyph), _char_index(c), _cursor_moving_vertically(false), _x_coordinate(0.0) {}
1099 it->_glyph_index = _characters[it->_char_index].in_glyph;
1174 else _glyph_index = _parent_layout->_characters[++_char_index].in_glyph;
1182 _glyph_index = _parent_layout->_characters[--_char_index].in_glyph;

Completed in 49 milliseconds