1 override of AnnotationAlternates
PresentationFramework (1)
MS\Internal\Text\TypographyProperties.cs (1)
666
public override int
AnnotationAlternates
2 references to AnnotationAlternates
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
772
if (textRunTypographyProperties.
AnnotationAlternates
> 0)
774
fontFeatures.Add(new DWriteFontFeature(Text.TextInterface.DWriteFontFeatureTag.AlternateAnnotationForms, checked((uint)textRunTypographyProperties.
AnnotationAlternates
)));