Class FontUtils
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.util.FontUtils
-
public class FontUtils extends Object
Font utilities
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontcreateElegantIconFont()static StringelegantIconHtml(String iconRef)Generates HTML text with embedded Elegant Icon Font.static StringelegantIconHtml(String iconRef, String text)Generates HTML text with embedded Elegant Icon Font.static JLabeltoLinkText(JLabel label)
-
-
-
Method Detail
-
createElegantIconFont
public static Font createElegantIconFont() throws IOException, FontFormatException
- Throws:
IOExceptionFontFormatException
-
elegantIconHtml
public static String elegantIconHtml(String iconRef)
Generates HTML text with embedded Elegant Icon Font. See: https://www.elegantthemes.com/blog/resources/elegant-icon-font- Parameters:
iconRef- HTML numeric character reference of the icon
-
-