mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 14:25:14 +00:00
Implement wordSpacing in extractFont
This commit is contained in:
@@ -54,6 +54,7 @@ const fontProps = {
|
||||
fontWeight: numberProp,
|
||||
fontStyle: PropTypes.string,
|
||||
letterSpacing: PropTypes.string,
|
||||
wordSpacing: PropTypes.string,
|
||||
kerning: PropTypes.string,
|
||||
font: PropTypes.object
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user