The function returns Vertex Container for access to the Vector glyph.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_vect_font_get_glyph(
HIG_VECT_FONT hFont,
long nInex,
HIG_VECT_VERTEXCONT* lpGlyph
);
|
|
Arguments:
| Name | Type | Description |
| hFont | HIG_VECT_FONT | Handle to the font. |
| nIdex | long | Index of the glyph to be returned. |
| lpGlyph | HIG_VECT_VERTEXCONT | The glyph 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