mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
Initial support for OpenType.js font data/tables/metrics.
This commit is contained in:
@@ -45,6 +45,7 @@ function parseFontString(font) {
|
||||
|
||||
export function extractFont(props) {
|
||||
const {
|
||||
fontData,
|
||||
fontStyle,
|
||||
fontVariant,
|
||||
fontWeight,
|
||||
@@ -66,6 +67,7 @@ export function extractFont(props) {
|
||||
fontSize = fontSize ? '' + fontSize : null;
|
||||
|
||||
const ownedFont = _.pickBy({
|
||||
fontData,
|
||||
fontStyle,
|
||||
fontVariant,
|
||||
fontWeight,
|
||||
|
||||
Reference in New Issue
Block a user