3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
558
ref parsedGlyphData.
glyphIndex
))
566
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
661
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
344
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
584
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
662
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);