5 references to GlyphIndices
PresentationCore (2)
System\Windows\Media\FontEmbeddingManager.cs (1)
87
foreach(ushort glyphIndex in glyphRun.
GlyphIndices
)
System\Windows\Media\GlyphsSerializer.cs (1)
57
_indices = glyphRun.
GlyphIndices
;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
447
double advFont = typeFace.AdvanceWidths[glyphRun.
GlyphIndices
[glyphIndex]] * glyphRun.FontRenderingEmSize;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1639
glyphRun.
GlyphIndices
,
2153
if (serializeGlyphRun.
GlyphIndices
.Count > MaxGlyphCount)