ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnView1.Proc.TextOut

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
klausdoege Posted - Feb 10 2013 : 04:59:27
Hello,
i use Version imageen 430 now, but
ImageEnView1.Proc.TextOut, bring mistakes of undefined markers.
Why?

In the helpfile stands:
TImageEnProc.TextOut
Declaration
procedure TextOut(X, Y : Integer; const sText : string; AFont : TFont = nil; Angle : Integer = 0; bAntiAlias : Boolean = true); overload;
procedure TextOut(X, Y : Integer; const sText : string; const sFontName : string; iFontSize : Integer; cFontColor : TColor; Style : TFontStyles; Angle : Integer = 0; bAntiAlias : Boolean = true); overload;

regards
Klaus

Klaus
www.klausdoege.de
4   L A T E S T    R E P L I E S    (Newest First)
klausdoege Posted - Feb 11 2013 : 14:15:10
Hello Nigel,

sorry, you have right completely.
I still had the old path in the library-path.
Now, it works out very well.

Thanks and Greetings
Klaus

Klaus
www.klausdoege.de
xequte Posted - Feb 10 2013 : 17:14:36
Hi Klaus

I cannot reproduce that. Please check the search path in your Editor Options in Delphi to ensure you are not pointing to a location that has an old version of ImageEn.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Feb 10 2013 : 16:22:39
Hi,
ImageEnView1.Proc.TextOut(x,y,'Text',.....
this Procedure doesn't exist.
But i can read this in the helpfile ?

Klaus

Klaus
www.klausdoege.de
w2m Posted - Feb 10 2013 : 08:37:01
What markers?
Show some code so we can understand what you are trying to say.

William Miller