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