| w2m
     
 
                USA1990 Posts
 | 
                    
                      |  Posted - Nov 27 2016 :  16:58:23     
 |  
                      | Set the text angle with TImageEnVect.ObjFontAngle: ImageEn, unit ievect
 
 TImageEnVect.ObjFontAngle
 
 Declaration
 property ObjFontAngle[hobj: integer]: double;
 
 Description
 ObjFontAngle is the rotation angle of iekTEXT object hobj. The angle is in degrees (positive values rotate counter clockwise).
 
 hobj is the ID of the object. You can also specify IEV_NEXT_INSERTED_OBJECT (-1) which refers to the next object to be inserted or IEV_PREVIOUS_INSERTED_OBJECT (-2) for the last object inserted.
 
 Bill Miller
 Adirondack Software & Graphics
 Email: w2m@hughes.net
 EBook: http://www.imageen.com/ebook/
 Custom Commercial ImageEn Development
 |  
                      |  |  |