3 writes to advanceWidth
PresentationFramework (3)
System\Windows\Documents\Glyphs.cs (3)
585
parsedGlyphData.
advanceWidth
= GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
592
parsedGlyphData.
advanceWidth
= double.Parse(valueSpec, provider: CultureInfo.InvariantCulture);
663
parsedGlyphData.
advanceWidth
= GetAdvanceWidth(fontFace, parsedGlyphData.glyphIndex, sideways);
2 references to advanceWidth
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
348
glyphRunProperties.advanceWidths[i] = parsedGlyphData.
advanceWidth
* fromEmToMil;
593
if (parsedGlyphData.
advanceWidth
< 0)