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