Calligrapher
Calligrapher copied to clipboard
problem in fragment
Calligrapher calligrapher = new Calligrapher(this); calligrapher.setFont(this, "alexbrush/AlexBrush-Regular.ttf", true);
I can't implement this code in fragment inside activity
Change this
to getActivity()