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

/inkscape/src/libuemf/
H A Dupmf.c154 For most fonts Ascent and Descent are used to adjust the bounding box to properly position the
157 both Ascent and Descent.
197 if(fip->LineGap > -fip->Descent){ aval = fip->yMax; } // sylfaen, palatino
199 if(fip->LineGap && (fip->LineGap < -fip->Descent)){ dval = ((double) (fip->Descent - fip->LineGap)) / ((double) fip->EmSize); } //shruti and some others
200 else { dval = ((double) fip->Descent ) / ((double) fip->EmSize); }
218 (void) U_PMR_drawline(OBJ_PEN_BLACK_1,OBJ_PATH_1, (U_PMF_POINTF){x- 90, ry}, (U_PMF_POINTF){x- 90, ry - Height * (double) fip->Descent / ((double) fip->EmSize)}, 0, sum, et);
222 (void) U_PMR_drawline(OBJ_PEN_BLACK_1,OBJ_PATH_1, (U_PMF_POINTF){x- 50, ry}, (U_PMF_POINTF){x- 50, ry + Height * ( 1.0 - (((double) (fip->LineGap - fip->Descent)) / ((double) fip->EmSize)) )}, 0, sum, et);
H A Dupmf.h1369 int Descent; /**< in Font units (negative) */ member in struct:__anon230

Completed in 317 milliseconds