namespace WPFluent.Controls; /// /// Defines several predefined text styles that you can apply to some elements responsible for displaying it. /// public enum FontTypography { Caption, Body, BodyStrong, Subtitle, Title, TitleLarge, Display, }