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.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_textobj_copysettings_from( HIG_VECT_TEXTOBJ hTextobjdest, HIG_VECT_TEXTOBJ hTextobjsrc ); |
Name | Type | Description |
---|---|---|
hTextobjdest | HIG_VECT_TEXTOBJ | Handle to the destination Text Object. |
hTextobjsrc | HIG_VECT_TEXTOBJ | Handle to the source Text Object. |
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