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