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