10 references to GlyphTypeface
PresentationCore (2)
System\Windows\Media\FontEmbeddingManager.cs (1)
78Uri glyphTypeface = glyphRun.GlyphTypeface.FontUri;
System\Windows\Media\GlyphsSerializer.cs (1)
43_glyphTypeface = glyphRun.GlyphTypeface;
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
423GlyphTypeface typeFace = glyphRun.GlyphTypeface;
System\Windows\Documents\FixedSOMTextRun.cs (1)
111GlyphTypeface gtf = glyphRun.GlyphTypeface;
ReachFramework (6)
Serialization\VisualSerializer.cs (4)
1634glyphRun.GlyphTypeface, 2055if (!EmbeddingAllowed(glyphRun.GlyphTypeface)) 2085Uri uri = Utility.GetFontUri(glyphRun.GlyphTypeface); 2098WriteAttr("StyleSimulations", glyphRun.GlyphTypeface.StyleSimulations, StyleSimulations.None);
Serialization\XpsFontSubsetter.cs (2)
137FontEmbeddingRight embeddingRights = glyphRun.GlyphTypeface.EmbeddingRights; 152glyphRun.GlyphTypeface