3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
557
ref parsedGlyphData.
glyphIndex
))
565
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
660
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
343
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
583
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
661
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);