3 writes to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
559
ref parsedGlyphData.
glyphIndex
))
567
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
662
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
345
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
585
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
663
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);