3 writes to advanceWidth
PresentationFramework (3)
src\Framework\System\Windows\Documents\Glyphs.cs (3)
616
parsedGlyphData.
advanceWidth
= GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
623
parsedGlyphData.
advanceWidth
= double.Parse(valueSpec, CultureInfo.InvariantCulture);
694
parsedGlyphData.
advanceWidth
= GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
2 references to advanceWidth
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (2)
380
glyphRunProperties.advanceWidths[i] = parsedGlyphData.
advanceWidth
* fromEmToMil;
624
if (parsedGlyphData.
advanceWidth
< 0)