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