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 String
cleanSrc(String style)
static String
createLocalFont(String key, String inFontIncluding, File localFolder)
static String
loadFont(String inFontIncluding)
static void
main(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:
MalformedURLException
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-