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

/inkscape/src/libnrtype/
H A DLayout-TNG-Scanline-Makers.cpp126 float line_text_height = (float)(line_height.emSize()); local
127 if (line_text_height == 0.0)
128 line_text_height = 0.001; // Scan() doesn't work for zero height so this will have to do
133 _rotated_shape->Scan(_rasterizer_y, _current_rasterization_point, _y, line_text_height);
135 _rotated_shape->Scan(_rasterizer_y, _current_rasterization_point, _y + line_text_height , &line_rasterization, true, line_text_height);
140 line_decent_length_runs.Over(&line_rasterization, 0.9 * line_text_height);

Completed in 14 milliseconds