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