1iveowl / Plugin.SegmentedControl

MIT License
170 stars 29 forks source link

Change font family and font size #18

Closed vhugogarcia closed 6 years ago

vhugogarcia commented 6 years ago

Hello friends,

Thanks for this amazing plugin. Is there a possibility to change the font-size and font-family?

1iveowl commented 6 years ago

Feel free to do a Pull Request ;-)

primehalo commented 6 years ago

+1

1iveowl commented 6 years ago

@rjantz3 I've implemented Font Size and Font Family for iOS, UWP and MacOS. However, Android is only currently working on font size, for Font Family I'm stuck on Android .

I have to admit that my Android experience is fairly limited. Do you @rjantz3 have any good advice/ideas here? Please, look at the latest commit in the develop branch.

rjantz3 commented 6 years ago

Working on it.

rjantz3 commented 6 years ago

@1iveowl Check out my changes here plus #46.

1iveowl commented 6 years ago

Perfect. Looks good and passes the tests.