mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
First letterSpacing implementation attempt
This commit is contained in:
@@ -55,7 +55,9 @@ export function extractFont(props) {
|
||||
fontFamily: extractSingleFontFamily(props.fontFamily),
|
||||
fontSize: isNaN(fontSize) ? null : fontSize,
|
||||
fontWeight: props.fontWeight,
|
||||
fontStyle: props.fontStyle
|
||||
fontStyle: props.fontStyle,
|
||||
kerning: props.kerning,
|
||||
letterSpacing: props.letterSpacing,
|
||||
};
|
||||
|
||||
if (typeof props.font === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user