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