mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
Implement wordSpacing in extractFont
This commit is contained in:
@@ -60,6 +60,7 @@ export function extractFont(props) {
|
||||
let ownedFont = {
|
||||
fontFamily: extractSingleFontFamily(props.fontFamily),
|
||||
letterSpacing: props.letterSpacing,
|
||||
wordSpacing: props.wordSpacing,
|
||||
fontWeight: props.fontWeight,
|
||||
fontStyle: props.fontStyle,
|
||||
fontSize: props.fontSize ? '' + props.fontSize : null,
|
||||
|
||||
Reference in New Issue
Block a user