Class FontStyle
java.lang.Object
com.vladsch.flexmark.util.html.ui.FontStyle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLAIN
-
BOLD
-
ITALIC
-
BOLD_ITALIC
-
fontStyle
public final int fontStyle
-
-
Constructor Details
-
FontStyle
private FontStyle(int fontStyle)
-
-
Method Details
-
isItalic
public boolean isItalic() -
isBold
public boolean isBold() -
of
-