Uh oh!
There was an error while loading. Please reload this page.
feat(font): Adding Stylistics As New FontVariant Values - #3272
Conversation
gedeagas
commented
Aug 20, 2022
Hi @Simek, sorry to bother you, can you add this PR with |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
| | array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`, | ||
| , `'stylistic-two'` | ||
| , `'stylistic-three'` | ||
| , `'stylistic-four'` | ||
| , `'stylistic-five'` | ||
| , `'stylistic-six'` | ||
| , `'stylistic-seven'` | ||
| , `'stylistic-eight'` | ||
| , `'stylistic-nine'` | ||
| , `'stylistic-ten'` | ||
| , `'stylistic-eleven'` | ||
| , `'stylistic-twelve'` | ||
| , `'stylistic-thirteen'` | ||
| , `'stylistic-fourteen'` | ||
| , `'stylistic-fifteen'` | ||
| , `'stylistic-sixteen'` | ||
| , `'stylistic-seventeen'` | ||
| , `'stylistic-eighteen'` | ||
| , `'stylistic-nineteen'` | ||
| , `'stylistic-twenty'`) | `[]` | |
There was a problem hiding this comment.
| | array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`, | |
| , `'stylistic-two'` | |
| , `'stylistic-three'` | |
| , `'stylistic-four'` | |
| , `'stylistic-five'` | |
| , `'stylistic-six'` | |
| , `'stylistic-seven'` | |
| , `'stylistic-eight'` | |
| , `'stylistic-nine'` | |
| , `'stylistic-ten'` | |
| , `'stylistic-eleven'` | |
| , `'stylistic-twelve'` | |
| , `'stylistic-thirteen'` | |
| , `'stylistic-fourteen'` | |
| , `'stylistic-fifteen'` | |
| , `'stylistic-sixteen'` | |
| , `'stylistic-seventeen'` | |
| , `'stylistic-eighteen'` | |
| , `'stylistic-nineteen'` | |
| , `'stylistic-twenty'`) | `[]` | | |
| | array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`, `'stylistic-two'`, `'stylistic-three'`, `'stylistic-four'`, `'stylistic-five'`, `'stylistic-six'`, `'stylistic-seven'`, `'stylistic-eight'`, `'stylistic-nine'`, `'stylistic-ten'`, `'stylistic-eleven'`, `'stylistic-twelve'`, `'stylistic-thirteen'`, `'stylistic-fourteen'`, `'stylistic-fifteen'`, `'stylistic-sixteen'`, `'stylistic-seventeen'`, `'stylistic-eighteen'`, `'stylistic-nineteen'`, `'stylistic-twenty'`) |`[]`| |
Unfortunately, making table row multiline breaks the MD renderer.
There was a problem hiding this comment.
The table still appears broken after the deploy with the suggested changes, so it looks like I need to checkout out it locally to looks at it and fix it. 😅 Maybe you would like to give it a try @gedeagas ?
There was a problem hiding this comment.
wait, let me check again. sorry for the inconvenience
There was a problem hiding this comment.
Hmm, it looks like the table is still displaying incorrectly. 🤔
gedeagas
commented
Sep 23, 2022
via email
Hi sorry, i havent push the fix yet. will do later today …On Fri, Sep 23, 2022, 2:07 PM Bartosz Kaszubowski ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/text-style-props.md
<#3272 (comment)>
:
> +| array of enum(`'small-caps'`, `'oldstyle-nums'`, `'lining-nums'`, `'tabular-nums'`, `'proportional-nums' `,`'stylistic-one'`,
+, `'stylistic-two'`
+, `'stylistic-three'`
+, `'stylistic-four'`
+, `'stylistic-five'`
+, `'stylistic-six'`
+, `'stylistic-seven'`
+, `'stylistic-eight'`
+, `'stylistic-nine'`
+, `'stylistic-ten'`
+, `'stylistic-eleven'`
+, `'stylistic-twelve'`
+, `'stylistic-thirteen'`
+, `'stylistic-fourteen'`
+, `'stylistic-fifteen'`
+, `'stylistic-sixteen'`
+, `'stylistic-seventeen'`
+, `'stylistic-eighteen'`
+, `'stylistic-nineteen'`
+, `'stylistic-twenty'`) | `[]` |
Hmm, it looks like the table is still displaying incorrectly. 🤔
—
Reply to this email directly, view it on GitHub
<#3272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDVILFUNW2XFAF4KBIOYA3V7VJJJANCNFSM57DBOLVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Simek
commented
Nov 5, 2022
Hello @gedeagas, are you planning to look at this changeset in the near future? |
gedeagas
commented
Nov 5, 2022
via email
Yes, I am!, sorry i forgot about this. Will check again by today. …On Sat, 5 Nov 2022 at 2.46 PM Bartosz Kaszubowski ***@***.***> wrote:
Hello @gedeagas <https://github.com/gedeagas>, are you planning to look
at this changeset in the near future?
—
Reply to this email directly, view it on GitHub
<#3272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDVILGWSOLUNNSEJZERT33WGYGGZANCNFSM57DBOLVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I wonder why the decision was made translate the OTF feature strings like This would also instantly solve the documentation situation as the docs could just point to CSS or OTF docs for I wanted to add stylistic sets myself in the past and checked the RN code and didn't understand why the team hasn't just passed the string to the render engine (works in Android). Its more complicated in iOS but a simple mapper from string parts "pnum ss01" like you would do in CSS would have helped there too and would have included stylistic from the get go. Would you accept a PR with an alternative variant (notation like in CSS) and less repetitive code?
|
Simek
commented
Aug 19, 2025
Hey @gedeagas, thanks for the contribution! 👍 Since the PR was not updated recently, closing it in favour of: |

PR Reference
react/react-native#34003
Adding stylistics as new fontvariant values.