1 override of ContextualSwashes
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
639public override int ContextualSwashes
2 references to ContextualSwashes
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
777if (textRunTypographyProperties.ContextualSwashes > 0) 779fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.ContextualSwash, checked((uint)textRunTypographyProperties.ContextualSwashes)));