Lines Matching defs:FontID
139 \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,
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,
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, const U_PSEUDO_OBJ *BrushID,
4440 if(FontID>63){ return(NULL); }
4452 uint16_t utmp16 = (btype ? U_PPF_B : 0)| (FontID & U_FF_MASK_OID8) << U_FF_SHFT_OID8;
7468 \param FontID U_PMF_FONT object in the EMF+ object table (0-63, inclusive)
7481 uint32_t *FontID, int *btype,
7484 if(!contents || !FontID || !btype || !BrushID ||
7495 *FontID = (lclHeader.Flags >> U_FF_SHFT_OID8) & U_FF_MASK_OID8;
7747 \param FontID U_PMF_FONT object in the EMF+ object table (0-63, inclusive)
7758 uint32_t *FontID, int *btype,
7761 if(!contents || !FontID || !btype || !BrushID || !FormatID || !Elements || !String){ return(0); }
7771 *FontID = (lclHeader.Flags >> U_FF_SHFT_OID8) & U_FF_MASK_OID8;