3 references to GlyphIndices
PresentationCore (2)
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
92foreach(ushort glyphIndex in glyphRun.GlyphIndices)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
66_indices = glyphRun.GlyphIndices;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
456double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.FontRenderingEmSize;