Describe the bug
When rendering text inside a container that uses a custom style with flexDirection: "row", certain capital letters disappear. However, other Greek capital letters render completely fine under the exact same conditions.
I am using Roboto font, but i try other fonts and get the same result.
To Reproduce
The bug exists in {location}
<View style={styles.row}>
<Text style={styles.text}>Πελάτης:</Text>
<View
style={[
styles.headerTable,
{ width: 200, marginLeft: 10, marginBottom: 0 },
]}
>
<Text
style={[
styles.text,
{ paddingHorizontal: 15, width: "100%", textAlign: "center" },
]}
>
{brand_name}
</Text>
</View>
<Text style={[styles.text, { marginLeft: 30 }]}>Περιοχή:</Text>
<View
style={[
styles.headerTable,
{ maxWidth: 250, marginLeft: 10, width: 200, marginBottom: 0 },
]}
>
<Text
style={[
styles.text,
{
paddingHorizontal: 15,
width: "100%",
textAlign: "center",
},
]}
>
{locations}
</Text>
</View>
</View>
Additional info
You can make use of react-pdf REPL to share the snippet
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
It must shows Kimolos, but it show imolos

But works well with greek letter, and other english characters
Desktop (please complete the following information):
- OS: Windows, MacOS, Ubunty
- Browser: all
- React-pdf version 4.5.1
Describe the bug
When rendering text inside a container that uses a custom style with flexDirection: "row", certain capital letters disappear. However, other Greek capital letters render completely fine under the exact same conditions.
I am using Roboto font, but i try other fonts and get the same result.
To Reproduce
The bug exists in {location}
Additional info
text: { fontSize: 10, },You can make use of react-pdf REPL to share the snippet
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

It must shows Kimolos, but it show imolos
But works well with greek letter, and other english characters
Desktop (please complete the following information):