1 write to _offsets
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
42
_offsets
= glyphRun.GlyphOffsets;
3 references to _offsets
PresentationCore (3)
System\Windows\Media\GlyphsSerializer.cs (3)
197
if (
_offsets
!= null)
200
int offset = (int)Math.Round(
_offsets
[glyph].X * _milToEm);
208
offset = (int)Math.Round(
_offsets
[glyph].Y * _milToEm);