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

/inkscape/src/extension/internal/
H A Dtext_reassemble.c1730 double asc,dsc; /* these are the ascender/descender for the actual text */ local
1811 dsc = ((double) (ymin))/64.0; /* This is negative */
1815 dsc = ((double) (fsp->face->descender))/64.0;
1845 dsc *= fixscale;
1851 /* From this point forward y is on the baseline, so need to correct it in chunks. The asc/dsc are the general
1859 tpi->chunks[current].boff = -dsc;
1861 /* since y is always on the baseline, the lower left and upper right are easy. These use asc/dsc for the particular text,
1863 bsp.yll = tpi->chunks[current].y - dsc;

Completed in 26 milliseconds