facets.core.app
Interface Fonted
- All Superinterfaces:
- Shaded
- All Known Implementing Classes:
- HtmlContent.HtmlSelected
public interface Fonted
- extends Shaded
Font features for rich text objects.
fontFace
java.lang.String fontFace()
fontSize
int fontSize()
fontIsBold
boolean fontIsBold()
fontIsItalic
boolean fontIsItalic()
setFontFace
void setFontFace(java.lang.String fontFace)
setFontSize
void setFontSize(int fontSize)
setFontBold
void setFontBold(boolean bold)
setFontItalic
void setFontItalic(boolean italic)