5 references to GetGlyphMetrics
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
343
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(characterLength);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1283
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(glyphIndicesCount);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1686
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(stringLength);
Core\CSharp\System\Windows\Media\Typeface.cs (2)
416
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = ignoreWidths ? null : BufferCache.
GetGlyphMetrics
(charBufferRange.Length);
641
MS.Internal.Text.TextInterface.GlyphMetrics[] glyphMetrics = BufferCache.
GetGlyphMetrics
(charBufferRange.Length);