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