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
 How to increase the font size of TIELineLayer

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
supersk Posted - Sep 06 2021 : 22:12:06
My code as follow:
TIELineLayer **llyr;
llyr = (TIELineLayer*)(ImgEnMain->CurrentLayer);
llyr->RulerUnits = MeasUnit;
llyr->IsRuler = true;
llyr->TextOverflow = ieoshrink;
...
When you draw a short measuring line, the measured value will not be displayed on the line. Therefore, how can the measured value be displayed regardless of the length of the measuring line.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 07 2021 : 00:30:23
Hi

Unfortunately, at this time, text may not be visible when the line is too small (text has no minimum size when shrinking). We'll improve that in a later update.

For v10.1.1 rulers always display hover text so at least the size is shown while creating/resizing the line layer.

Nigel
Xequte Software
www.imageen.com