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