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