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