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

Change native field font #7

Closed Ricimon closed 6 years ago

Ricimon commented 6 years ago

Is it possible to change the font/style of the native input field? Style meaning bold, italics, etc.

mopsicus commented 6 years ago

It is possible, but with exceptions. There are different font family on Android/iOS, so it will need make different editor inspector. Im don't plan to add this feature right now. Anyway, you can do it by youself :) All source code are available.