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