microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.26k stars 1.14k forks source link

[Fabric] Text onTextLayout reports zeros for much of the text layout info #12929

Open acoates-ms opened 5 months ago

acoates-ms commented 5 months ago

Our implementation of TextLayoutManager::measureLines returns zeros for descender, capHeight, ascender and xHeight. We should calculate the correct value for these.

chrisglein commented 5 months ago

Don't believe we implemented this on Paper; this is new functionality.