WheelPicker icon indicating copy to clipboard operation
WheelPicker copied to clipboard

How to change the font of the text in this wheel

Open shastrikikitchen opened this issue 8 years ago • 6 comments

I want to change the font of the wheel , how will I do that

shastrikikitchen avatar Apr 20 '17 06:04 shastrikikitchen

You may be able to use app:wheel_font_path and refer to a file in your assets folder.

keith30xi avatar Apr 22 '17 12:04 keith30xi

app:wheel_font_path is not a valid attribute, what should I use?

carlosguerreroo avatar Sep 15 '17 15:09 carlosguerreroo

Any answers on this?

breakline87 avatar Mar 26 '18 11:03 breakline87

Please?

antoine1003 avatar Jul 18 '18 15:07 antoine1003

app:wheel_font_path="fonts/avenir/avenir_medium.ttf"

worked for me. this is the path from assets folder.

ergunkocak avatar May 22 '21 19:05 ergunkocak

  add into styles.xml

<item name="wheel_font_path">fonts/Roboto-Regular.ttf</item>

Jeadonara avatar Dec 01 '22 21:12 Jeadonara