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 FontStyleFontStyle. BOLDstatic FontStyleFontStyle. BOLD_ITALICstatic FontStyleFontStyle. ITALICstatic FontStyleFontStyle. PLAINMethods in com.vladsch.flexmark.util.html.ui that return FontStyle Modifier and Type Method Description static FontStyleFontStyle. of(int fontStyle)Methods in com.vladsch.flexmark.util.html.ui with parameters of type FontStyle Modifier and Type Method Description StringFontStyleStyler. getStyle(FontStyle item)
-