Files
engine/lib/ui/text
Jason Simmons f7e0614b88 Change ParagraphBuilder to replace the parent style's font families with the child style's font families (#10074)
Previously ParagraphBuilder was concatenating the child's fonts to the
parent's font list, causing the parent's fonts to take precedence.

Fixes https://github.com/flutter/flutter/issues/35992
2019-07-23 17:57:56 -07:00
..