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