mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
399 stars 92 forks source link

How Change Font #13

Closed tbehrang closed 5 years ago

tbehrang commented 5 years ago

always fonts are arial..how could I change it to something else....in android

mopsicus commented 5 years ago

It's impossible in current realization. But you can modify code and add this feature.

tbehrang commented 5 years ago

It's impossible in current realization. But you can modify code and add this feature.

I'm trying to do it .. if you have any tips about doing this ..tell me and I will add this feature ... thank you

mopsicus commented 5 years ago

Oh, it will be long story... :) Review source code and figure out how app sends params to plugin, then add your custom param (font name) and apply it in plugin.