3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
572
ref parsedGlyphData.
glyphIndex
))
580
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
675
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
358
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
598
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
676
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);