Yarden Eitan ee10e067aa
[FeatureHighlight] Add adjustsFontForContentSizeCategory suppor… (#8655)
This PR adds adjustsFontForContentSizeCategory property to MDCFeatureHighlightViewController, allowing clients to have their scalable fonts adjust based on content size category changes.

Due to FeatureHighlight using an attributedText to set up the text for its labels, for the scalable fonts to adjust properly, the attributedText needs to have the font as an attribute. This is an interesting gotcha that was found while working on this PR.

Closes #8634
2019-10-28 17:32:59 -04:00
..