3 references to GetGlyphTypeface
PresentationCore (3)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
87return GetGlyphTypeface(style, weight, stretch);
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (2)
1021glyphTypeface = fontFaceFamily.GetGlyphTypeface(canonicalStyle, canonicalWeight, canonicalStretch); 1025glyphTypeface = fontFaceFamily.GetGlyphTypeface(canonicalStyle, canonicalWeight, canonicalStretch);