The function tells whether the font is vector or True Type.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_font_is_vector( HIG_VECT_FONT hFont, VECT_BOOL* lpIsVector ); |
Name | Type | Description |
---|---|---|
hFont | HIG_VECT_FONT | Handle to the font. |
lpIsVector | VECT_BOOL* | Boolean value 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
Drawing can use two font types:
TrueType font - is created and controlled completely by the Drawing, based on the typeface name and weight. The user does not have access to individual glyphs of a TrueType font.
If an empty typeface name is specified (either in the source file or via the API) then the typeface name specified in the VECTOR.DEFAULT_FONT_FAMILY global control parameter will be used. If the value of this parameter is an empty string, then the font is selected by the system according to other font parameters.