10 references to GlyphTypeface
PresentationCore (2)
System\Windows\Media\FontEmbeddingManager.cs (1)
45
Uri glyphTypeface = glyphRun.
GlyphTypeface
.FontUri;
System\Windows\Media\GlyphsSerializer.cs (1)
26
_glyphTypeface = glyphRun.
GlyphTypeface
;
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
419
GlyphTypeface typeFace = glyphRun.
GlyphTypeface
;
System\Windows\Documents\FixedSOMTextRun.cs (1)
108
GlyphTypeface gtf = glyphRun.
GlyphTypeface
;
ReachFramework (6)
Serialization\VisualSerializer.cs (4)
1626
glyphRun.
GlyphTypeface
,
2047
if (!EmbeddingAllowed(glyphRun.
GlyphTypeface
))
2077
Uri uri = Utility.GetFontUri(glyphRun.
GlyphTypeface
);
2090
WriteAttr("StyleSimulations", glyphRun.
GlyphTypeface
.StyleSimulations, StyleSimulations.None);
Serialization\XpsFontSubsetter.cs (2)
130
FontEmbeddingRight embeddingRights = glyphRun.
GlyphTypeface
.EmbeddingRights;
145
glyphRun.
GlyphTypeface