3 writes to glyphIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
590
ref parsedGlyphData.
glyphIndex
))
598
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
693
parsedGlyphData.
glyphIndex
= GetGlyphFromCharacter(fontFace, unicodeString[parsedCharacterCount]);
3 references to glyphIndex
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
377
glyphRunProperties.glyphIndices[i] = parsedGlyphData.
glyphIndex
;
616
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);
694
parsedGlyphData.advanceWidth = GetAdvanceWidth(fontFace, parsedGlyphData.
glyphIndex
, sideways);