Searched defs:fip (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf.c | 145 \param fip U_FontInfoParams (ascent, descent, and so forth) 160 U_PMF_STRINGFORMAT Sfs, const char *FontName, U_FLOAT Height, U_FontInfoParams *fip, uint32_t FontFlags, 197 if(fip->LineGap > -fip->Descent){ aval = fip->yMax; } // sylfaen, palatino 198 else { aval = fip->Ascent; } // others 199 if(fip->LineGap && (fip->LineGap < -fip->Descent)){ dval = ((double) (fip 159 U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, U_PMF_STRINGFORMAT Sfs, const char *FontName, U_FLOAT Height, U_FontInfoParams *fip, uint32_t FontFlags, U_FLOAT x, U_FLOAT y, U_PSEUDO_OBJ *sum, EMFTRACK *et) argument [all...] |
Completed in 830 milliseconds