1 write to offsetX
PresentationFramework (1)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
632
parsedGlyphData.
offsetX
= double.Parse(valueSpec, CultureInfo.InvariantCulture);
2 references to offsetX
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (2)
382
if (parsedGlyphData.
offsetX
!= 0 || parsedGlyphData.offsetY != 0)
389
glyphRunProperties.glyphOffsets[i].X = parsedGlyphData.
offsetX
* fromEmToMil;