1 override of StandardSwashes
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
628
public override int
StandardSwashes
2 references to StandardSwashes
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
799
if (textRunTypographyProperties.
StandardSwashes
> 0)
801
fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.Swash, checked((uint)textRunTypographyProperties.
StandardSwashes
)));