ImageGear Professional DLL v17.2 for Windows
IG_vect_font_get_glyphcount
Send Feedback
ImageGear Professional DLL v17.2 for Windows > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Font Functions > IG_vect_font_get_glyphcount

Glossary Item Box

The function returns number of glyphs in the vector font.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_font_get_glyphcount(
        HIG_VECT_FONT hFont, 
        LONG* lpCount
);

Arguments:

Name Type Description
hFont HIG_VECT_FONT Handle to the font.
lpCount LONG Glyph count being returned.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

©2012. Accusoft Corporation. All Rights Reserved.