3 references to GlyphIndices
PresentationCore (2)
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
92
foreach(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)
456
double advFont = typeFace.AdvanceWidths[glyphRun.
GlyphIndices
[glyphIndex]] * glyphRun.FontRenderingEmSize;