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