react-native/ReactCommon/fabric/textlayoutmanager
Valentin Shergin d9ff1769aa Fabric/Text: <Paragraph> is now supporting text attributes
Summary:
I was shamed by Sebastian's sebmarkbage concerns (totally unrelated to this topic) about introducing another level of indirection into the system and decided to change my original plan not to support text attributes for the <Paragraph> component.

So, now <Paragraph> shares <View>, <Text> and <Paragraph> itself capabilities. That reduces the minimum amount of required components for trivial text fragment from three (Paragraph, Text, RawText) to two (Paragraph and RawText).

Special thanks for C++ for supporting multiple inheritance.

Reviewed By: mdvacca

Differential Revision: D7785889

fbshipit-source-id: dd9f2e2650bfbfd76d7d4b538adaf409f9429df3
2018-05-08 19:24:10 -07:00
..
tests Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
BUCK Fabric/Text: <Paragraph> is now supporting text attributes 2018-05-08 19:24:10 -07:00
NSTextStorage+FontScaling.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
NSTextStorage+FontScaling.m Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTAttributedTextUtils.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTAttributedTextUtils.mm Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTFontProperties.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTFontUtils.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTFontUtils.mm Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTTextLayoutManager.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
RCTTextLayoutManager.mm Fabric/Text: Connecting the dots 2018-05-08 19:24:10 -07:00
RCTTextPrimitivesConversions.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
TextLayoutManager.h Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00
TextLayoutManager.mm Fabric/Text: textlayoutmanager 2018-05-07 19:05:53 -07:00