29jitender / Spotlight

Spotlight is an Android library used to onboard users by showcasing specific features in the app.
Apache License 2.0
1.27k stars 163 forks source link

spotlightConfig.setTypeface not work #75

Open iman2420 opened 6 years ago

iman2420 commented 6 years ago

I use config.setTypeface to change SpotlightSequence typeface but not work:

 `SpotlightConfig config = new SpotlightConfig();
                config.setDismissOnTouch(true);
                config.setTypeface(App.shabnam);
 SpotlightSequence.getInstance(getActivity(), config)`

how to solve this?

alirezat66 commented 4 years ago

do you solve this?

mirodev01 commented 3 years ago

have same problem!