Uses of Class
com.vladsch.flexmark.util.html.ui.FontStyle
-
Packages that use FontStyle Package Description com.vladsch.flexmark.util.html.ui -
-
Uses of FontStyle in com.vladsch.flexmark.util.html.ui
Fields in com.vladsch.flexmark.util.html.ui declared as FontStyle Modifier and Type Field Description static FontStyle
FontStyle. BOLD
static FontStyle
FontStyle. BOLD_ITALIC
static FontStyle
FontStyle. ITALIC
static FontStyle
FontStyle. PLAIN
Methods in com.vladsch.flexmark.util.html.ui that return FontStyle Modifier and Type Method Description static FontStyle
FontStyle. of(int fontStyle)
Methods in com.vladsch.flexmark.util.html.ui with parameters of type FontStyle Modifier and Type Method Description java.lang.String
FontStyleStyler. getStyle(FontStyle item)
-