3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
563
ref parsedGlyphData.
glyphIndex
))
571
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
666
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
349
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
589
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
667
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);