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

/inkscape/src/libuemf/
H A Dupmf_print.c2380 uint32_t FontID; local
2387 int status = U_PMR_DRAWDRIVERSTRING_get(contents, NULL, &FontID, &btype,
2390 printf(" + FontID:%u btype:%d BrushID:%u DSOFlags:%X Elements:%u\n", FontID,btype, BrushID, DSOFlags, Elements);
2599 uint32_t FontID, BrushID, FormatID, Length; local
2603 int status = U_PMR_DRAWSTRING_get(contents, NULL, &FontID, &btype,
2606 printf(" + FontID:%u StringFormatID:%u btype:%d Length:%u Rect:", FontID, FormatID, btype, Length);
H A Dupmf.c139 \param FontID Index of U_PMF_FONT object to use in the EMF+ object table (0-63, inclusive)
159 int U_PMR_drawstring( const char *string, int Vpos, uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, argument
183 po = U_PMR_OBJECT_PO_set(FontID, poFont); /* font to use */
227 po = U_PMR_DRAWSTRING_set(FontID, BrushID, FormatID, slen, poRect, Text16);
4127 \param FontID U_PMF_FONT object in the EMF+ object table (0-63, inclusive)
4139 U_PSEUDO_OBJ *U_PMR_DRAWDRIVERSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, argument
4143 if(FontID>63){ return(NULL); }
4161 uint16_t utmp16 = (btype ? U_PPF_B : 0) |(FontID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
4427 \param FontID U_PMF_FONT object in the EMF+ object table (0-63, inclusive)
4437 U_PSEUDO_OBJ *U_PMR_DRAWSTRING_set(uint32_t FontID, cons argument
7480 U_PMR_DRAWDRIVERSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *DSOFlags, uint32_t *HasMatrix, uint32_t *Elements, uint16_t **Glyphs, U_PMF_POINTF **Points, U_PMF_TRANSFORMMATRIX **Matrix) argument
7757 U_PMR_DRAWSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, uint16_t **String) argument
[all...]

Completed in 38 milliseconds