Replies: 1 comment
-
Looks like the styles that I'm looking for is described in Paragraph component - https://shopify.github.io/react-native-skia/docs/text/paragraph#text-style-properties So, I close the discussion, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The official documentation shows which properties we can customize for our fonts that we want to pass into Skia.
https://shopify.github.io/react-native-skia/docs/text/text/#system-fonts
But, I can't see
fontVariant
property, which is very useful, specially in case when I need to show numbers with["tabular-nums"]
Is this possible to include this property into font configuration?
Beta Was this translation helpful? Give feedback.
All reactions