public interface Font
extends org.eclipse.emf.ecore.EObject
The following features are supported:
StylesPackage.getFont()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
boolean |
isBold()
Returns the value of the 'Bold' attribute.
|
boolean |
isItalic()
Returns the value of the 'Italic' attribute.
|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
StylesPackage.getFont_Name()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
StylesPackage.getFont_Size()
boolean isItalic()
If the meaning of the 'Italic' attribute isn't clear, there really should be more of a description here...
StylesPackage.getFont_Italic()
boolean isBold()
If the meaning of the 'Bold' attribute isn't clear, there really should be more of a description here...
StylesPackage.getFont_Bold()