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