1 write to offsetX
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
601
parsedGlyphData.
offsetX
= double.Parse(valueSpec, provider: CultureInfo.InvariantCulture);
2 references to offsetX
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
350
if (parsedGlyphData.
offsetX
!= 0 || parsedGlyphData.offsetY != 0)
357
glyphRunProperties.glyphOffsets[i].X = parsedGlyphData.
offsetX
* fromEmToMil;