Skip to main content



      Home
Home » Modeling » Papyrus » Change font for association ends
Change font for association ends [message #1722650] Sun, 07 February 2016 16:23 Go to next message
Eclipse UserFriend
How do I change the font for all association ends in a class diagram? I tried to use the following CSS but it had no effect:
Association > Label:sourceRole {
	fontName: Sans;
	fontHeight: 8;
	fontColor: green;
}

The css file is used because I can change the font for a class name.
Re: Change font for association ends [message #1722679 is a reply to message #1722650] Mon, 08 February 2016 04:04 Go to previous message
Eclipse UserFriend
Hi,

This is not supported: the Association carries the style for all of its member ends/labels. This means that you can write this:

Association {
	fontName: Sans;
	fontHeight: 8;
	fontColor: green;
}


But then all member ends will have the same appearance

Regards,
Camille
Previous Topic:Auto size for class rectangle
Next Topic:UML Profiles and SysML FlowPorts
Goto Forum:
  


Current Time: Tue Jul 15 11:24:48 EDT 2025

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

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

Back to the top