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