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
 Font name box width in TIERichEditToolbar
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

1018 Posts

Posted - Dec 23 2025 :  12:45:40  Show Profile  Reply
TIERichEdit and TIERichEditToolbar are AWESOME components!

Unfortunately, the font name box in the TIERichEditToolbar does not display the complete font name:



I now hide the Font Box:

procedure TForm1.IERichEditToolbar1AddButton(Sender: TObject; ToolbarID, ButtonID: Integer; var Include: Boolean);
begin
  if (ButtonID = IERichEditSelectFont_Button_ID)    or // Hide Font Button
     (ButtonID = IERichEditFontBox_Button_ID)       or // Hide Font Box
     (ButtonID = IERichEditSpellChecking_Button_ID)    // Hide SpellChecking Button
  then
    Include := False;
end;


I now have to create another font control for my TIERichEdit

Question: How can I increase the width of the font name box so that the ENTIRE font name is displayed?

xequte

39297 Posts

Posted - Dec 25 2025 :  21:55:07  Show Profile  Reply
Hi Peter

I've added a splitter in the latest beta. However I'm concerned about the default size of the font box on your system. In the Windows display settings, what is the scale and text size for that monitor?

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