skydoves / PowerMenu

:fire: Powerful and modernized popup menu with fully customizable animations.
Apache License 2.0
1.19k stars 175 forks source link

font family #50

Closed Zia-Sheikh closed 5 years ago

Zia-Sheikh commented 5 years ago

how to set specific font for the menu items, i mean is there any function like, powermenu.setTypeFace() ? please guide, thanks

skydoves commented 5 years ago

@Zia-Sheikh It is added on version 2.1.0. You can set it using the following method.

.setTextTypeface(Typeface.create("sans-serif-medium", Typeface.BOLD))

Thank you for your issue!

Zia-Sheikh commented 5 years ago

@Zia-Sheikh It is added on version 2.1.0. You can set it using the following method.

.setTextTypeface(Typeface.create("sans-serif-medium", Typeface.BOLD))

Thank you for your issue!

thanks @skydoves for your support