2 writes to _glyphTypeface
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
382_glyphTypeface = glyphTypeface; 946_glyphTypeface = value;
12 references to _glyphTypeface
PresentationCore (12)
Core\CSharp\System\Windows\Media\GlyphRun.cs (12)
876return _renderingEmSize * _glyphTypeface.Height / 2.0; 877return _glyphTypeface.Baseline * _renderingEmSize; 888return _glyphTypeface.Height * _renderingEmSize; 934return _glyphTypeface; 1285_glyphTypeface.GetGlyphMetrics(glyphIndices, 1320double designToEm = _renderingEmSize / _glyphTypeface.DesignEmHeight; 1487double designToEm = _renderingEmSize / _glyphTypeface.DesignEmHeight; 1609double nominalAdvance = TextFormatterImp.RoundDip(_glyphTypeface.GetAdvanceWidth(glyphIndex, _pixelsPerDip, _textFormattingMode, IsSideways) * _renderingEmSize, 1619Geometry glyphGeometry = _glyphTypeface.ComputeGlyphOutline(glyphIndex, IsSideways, _renderingEmSize); 1893Debug.Assert(_glyphTypeface != null); 1923command.pIDWriteFont = (UInt64)_glyphTypeface.GetDWriteFontAddRef; 2364_glyphTypeface,