3 references to GetGlyphTypeface
PresentationCore (3)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
83return GetGlyphTypeface(style, weight, stretch);
MS\Internal\Shaping\TypefaceMap.cs (2)
1012glyphTypeface = fontFaceFamily.GetGlyphTypeface(canonicalStyle, canonicalWeight, canonicalStretch); 1016glyphTypeface = fontFaceFamily.GetGlyphTypeface(canonicalStyle, canonicalWeight, canonicalStretch);