Back to project page MagicViews.
The source code is released under:
Apache License
If you think the Android project MagicViews listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ivankocijan.magicviews; /*from w w w . j av a2 s.com*/ import android.content.Context; /** * @author Koc * ivan.kocijan@infinum.hr * @since 19.12.14. */ public class MagicViews { public static void setFontFolderPath (Context ctx, String fontFolderPath) { MagicFont.getInstance(ctx).setFontFolderPath(fontFolderPath); } }