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

/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp224 size_t startpos = font.find_first_not_of(" \n\r\t"); local
226 if(( std::string::npos == startpos ) || ( std::string::npos == endpos)) {
229 font = font.substr( startpos, endpos-startpos+1 );

Completed in 34 milliseconds