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

/inkscape/src/libuemf/
H A Dupmf.h1368 int Ascent; /**< in Font units (positive) */ member in struct:__anon230
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.
198 else { aval = fip->Ascent; } // others
217 (void) U_PMR_drawline(OBJ_PEN_BLACK_1,OBJ_PATH_1, (U_PMF_POINTF){x-100, ry}, (U_PMF_POINTF){x-100, ry + Height * (double) fip->Ascent / ((double) fip->EmSize)}, 0, sum, et);

Completed in 489 milliseconds