This function copies all settings from one text object to another, except text string; this can be helpful when a new text object with almost the same settings is created.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_vect_textobj_copysettings_from(
HIG_VECT_TEXTOBJ hTextobjdest,
HIG_VECT_TEXTOBJ hTextobjsrc
);
|
|
Arguments:
| Name | Type | Description |
| hTextobjdest | HIG_VECT_TEXTOBJ | Handle to the destination Text Object. |
| hTextobjsrc | HIG_VECT_TEXTOBJ | Handle to the source Text Object. |
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