* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFont(Font newFont, NotificationChain msgs) {
Font oldFont = font;
font = newFont;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
BpmnDiPackage.BPMN_LABEL_STYLE__FONT, oldFont, newFont);
if (msgs == null)