The function sets a size (count of glyphs) of the vector font.
Declaration:
![]() |
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_font_set_glyphcount( HIG_VECT_FONT hFont, LONG nCount ); |
Arguments:
Name | Type | Description |
hFont | HIG_VECT_FONT | Handle to the font. |
nCount | LONG | Count of glyphs being set. |
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
Remarks:
The user must set the correct size before filling the glyphs.