ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_font_get_codebyte_count
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_get_codebyte_count

Gets the number of bytes comprising the next code in a string of single or multi-byte character codes.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_font_get_codebyte_count(
        HIG_PDE_FONT hFont,
        LPBYTE lpText,
        LONG nTextLen,
        LPUINT lpnCount 
);

Arguments:

Name Type Description
hFont HIG_PDE_FONT PDE font object.
lpText LPBYTE Pointer into a string of characters.
nTextLen LONG The length, in bytes, of the string of characters, starting with the character pointed to by lpText.
lpnCount LPUINT Number of bytes in the next character code pointed to by lpText.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.