Package org.javlo.helper
Class FontHelper
- java.lang.Object
-
- org.javlo.helper.FontHelper
-
public class FontHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description FontHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcleanSrc(String style)static StringcreateLocalFont(String key, String inFontIncluding, File localFolder)static StringloadFont(String inFontIncluding)static voidmain(String[] args)
-
-
-
Method Detail
-
cleanSrc
public static final String cleanSrc(String style) throws IOException
- Throws:
IOException
-
createLocalFont
public static String createLocalFont(String key, String inFontIncluding, File localFolder) throws MalformedURLException, IOException
- Throws:
MalformedURLExceptionIOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-