The function returns number of glyphs in the vector font.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_vect_font_get_glyphcount(
        HIG_VECT_FONT hFont, 
        LONG* lpCount
);
 | |
| Name | Type | Description | 
|---|---|---|
| hFont | HIG_VECT_FONT | Handle to the font. | 
| lpCount | LONG* | Glyph count being returned. | 
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
This function only supports vector fonts. If a handle to a TrueType or User font is passed to the function, it returns 0 in lpCount parameter. Use IG_vect_font_is_vector to find out if this function is applicable to a font.