Searched refs:para_start (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Done-glyph.h29 bool para_start; ///< Whether this glyph is the beginning of a paragraph (for indentation). member in struct:one_glyph
H A DTextWrapper.cpp346 glyph_text[i].para_start = false;
360 if ( g_st == bounds[c_st].uni_pos ) glyph_text[i].para_start = true;
370 if ( g_en == bounds[c_en].uni_pos ) glyph_text[i].para_start = true;
378 glyph_text[glyph_length].para_start = true;
582 * The three methods differ only in whether they look for .char_start, .word_start or .para_start.
616 } while ( en < glyph_length && glyph_text[en].para_start == false );

Completed in 46 milliseconds