-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Is your feature request related to a problem? Please describe.
One issue I'm having is setting custom fonts with italics. There isn't any support for custom fonts with italics when setting the theme. Further if you do set fonts in the custom theme, the Text component will no longer actually italicize the text. This has resulted in always have to create our own custom Text components.
Describe the solution you'd like
Add support for italicizing with custom fonts.
Describe alternatives you've considered
Creating our own custom components that wrap around the Text component to overwrite the fonts. The issue is still persistent in external library components that use Paper's Text component.