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

/inkscape/src/
H A Ddesktop-style.cpp1045 double lineheight = 0; local
1127 lineheight += lineheight_current;
1134 lineheight += lineheight_current * doc_scale;
1171 lineheight /= texts;
1184 style_res->line_height.computed = lineheight;
1185 style_res->line_height.value = lineheight;
/inkscape/src/extension/internal/
H A Dtext_reassemble.c1922 double lineheight=1.25; local
2147 if(tsp->vadvance){ lineheight = tsp->vadvance *100.0; }
2148 else { lineheight = 125.0; }
2149 sprintf(obuf,"line-height:%f%%;",lineheight);

Completed in 46 milliseconds