The text is aligned downward instead of center in the Typography label. We are using the Typography as below(Note this is not font specific). The screenshots are attached below.
We are using the YMatterType 1.7.0 library
static let bodyRegular = Typography(
fontFamily: helveticaNeue,
fontWeight: .regular,
fontSize: 16,
lineHeight: 24,
maximumScaleFactor: Typography.maximumScaleFactor
)
static let toolTips = Typography(
fontFamily: helveticaNeue,
fontWeight: .regular,
fontSize: 14,
lineHeight: 20,
maximumScaleFactor: Typography.maximumScaleFactor
)
