Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » about font size control on Draw2d TextFlow(I want to change fontsize in textflow or label)
icon5.gif  about font size control on Draw2d TextFlow [message #1278295] Thu, 27 March 2014 06:15
Hyerim Kim is currently offline Hyerim KimFriend
Messages: 2
Registered: March 2014
Junior Member
Hello Smile

I'm implementing multiline Label Figure.

I have a question.

How can i change font size of textflow ?

I tried with the method [textflow.setFont] before I had changed height value of fontdata.

use this code,
Font tFont = m_Textflow.getFont();
FontData[] tFontDataList = tFont.getFontData();
tFontDataList[0].setHeight(aSize);
m_Textflow.setFont(new Font(null, tFontDataList[0]));

and the problem likes my attach image.

But that didn't work correctly and made any space on head.

Help me please T^T
  • Attachment: dd.png
    (Size: 3.11KB, Downloaded 143 times)
Previous Topic:Save not working
Next Topic:Zest - GraphContainer with Custom Nodes
Goto Forum:
  


Current Time: Tue Mar 19 09:20:03 GMT 2024

Powered by FUDForum. Page generated in 0.03074 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top