Creates a text item element containing a character or text run, which can be added to a PDE Text object.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_textitem_create( LPBYTE lpText, UINT nTextLen, HIG_PDE_FONT hFont, LPAT_PDE_GRAPHICSTATE lpGstate, LPAT_PDE_TEXTSTATE lpTstate, LPAT_PDF_FIXEDMATRIX lpTextMatrix LPHIG_PDE_TEXTITEM lphTextItem ); |
Arguments:
lpText |
Pointer to the characters to add.
|
||
nTextLen | Length of the text, in bytes. | ||
hFont | Font for the element. | ||
lpGstate | Pointer to AT_PDE_GRAPHICSTATE structure with the graphics state for the element. | ||
lpTstate | Pointer to AT_PDE_TEXTSTATE structure with text state for the element. | ||
lpTextMatrix | Pointer to AT_PDF_FIXEDMATRIX that holds the matrix for the element. | ||
lphTextItem | A text element object. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
Call IG_PDE_element_release to dispose the created object when finished with it.