4 references to GlyphTypeface
PresentationCore (2)
Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs (1)
83
Uri glyphTypeface = glyphRun.
GlyphTypeface
.FontUri;
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
52
_glyphTypeface = glyphRun.
GlyphTypeface
;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
432
GlyphTypeface typeFace = glyphRun.
GlyphTypeface
;
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
117
GlyphTypeface gtf = glyphRun.
GlyphTypeface
;