### Target Branch(es) 0.77 ### Link to commit or PR to be picked https://github.com/facebook/react-native/commit/97cf42f979e8303a3caeecb94cba1f5a82d1000c ### Description The `maxFontSizeMultiplier` prop for `Text` and `TextInput` was not handled in Fabric / New Architecture as documented in https://github.com/facebook/react-native/pull/47499. This commit fixes it.