5 references to GetGlyphMetrics
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
335
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(characterLength);
System\Windows\Media\GlyphRun.cs (1)
1269
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(glyphIndicesCount);
System\Windows\Media\GlyphTypeface.cs (1)
1338
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(stringLength);
System\Windows\Media\Typeface.cs (2)
410
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = ignoreWidths ? null : BufferCache.
GetGlyphMetrics
(charBufferRange.Length);
635
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(charBufferRange.Length);