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