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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 How to add text to image in imagenview.
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

aftereffectniko

Ethiopia
23 Posts

Posted - Apr 26 2014 :  21:18:09  Show Profile  Reply
Hi . How can i add text to image . . .by selecting color and font. In imagenview?

xequte

38510 Posts

Posted - Apr 26 2014 :  21:56:59  Show Profile  Reply
Hi

You can use ImageEnView1.Proc.TextOut:

ImageEnView1.Proc.TextOut(Align_Text_Horz_Center, 
                          Align_Text_Near_Bottom, 
                          ExtractFileName(ImageEnView1.IO.Params.Filename), 
                          'Arial', 32, clRed, [fsBold]);
ImageEnView1.Update;


See other examples at:

http://www.imageen.com/help/TImageEnProc.TextOut.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: