WPF has certain font properties that are inherited through the visual tree. This for instance allows changing of the FontFamily
on a UserControl
and have all the text in it reflect that change.
What are all the font-related properties that are passed via inheritance in the visual tree?