Calligrapher icon indicating copy to clipboard operation
Calligrapher copied to clipboard

problem in fragment

Open jaballogian opened this issue 5 years ago • 1 comments

Calligrapher calligrapher = new Calligrapher(this); calligrapher.setFont(this, "alexbrush/AlexBrush-Regular.ttf", true);

I can't implement this code in fragment inside activity

jaballogian avatar Sep 11 '19 03:09 jaballogian

Change this to getActivity()

TrueMLGPro avatar Aug 14 '20 14:08 TrueMLGPro