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

/inkscape/src/display/
H A Ddrawing-text.cpp230 DrawingGlyphs *ng = new DrawingGlyphs(_drawing); local
231 ng->setGlyph(font, glyph, trans);
232 if(font->PathVector(glyph)){ ng->_drawable = true; }
233 else { ng->_drawable = false; }
234 ng->_width = width; // used especially when _drawable = false, otherwise, it is the advance of the font
235 ng->_asc = ascent; // of font, not of this one character
236 ng->_dsc = descent; // of font, not of this one character
237 ng->_pl = phase_length; // used for phase of dots, dashes, and wavy
238 appendChild(ng);

Completed in 14 milliseconds