10 references to GlyphTypeface
PresentationCore (2)
System\Windows\Media\FontEmbeddingManager.cs (1)
46
Uri glyphTypeface = glyphRun.
GlyphTypeface
.FontUri;
System\Windows\Media\GlyphsSerializer.cs (1)
27
_glyphTypeface = glyphRun.
GlyphTypeface
;
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
420
GlyphTypeface typeFace = glyphRun.
GlyphTypeface
;
System\Windows\Documents\FixedSOMTextRun.cs (1)
109
GlyphTypeface gtf = glyphRun.
GlyphTypeface
;
ReachFramework (6)
Serialization\VisualSerializer.cs (4)
1627
glyphRun.
GlyphTypeface
,
2048
if (!EmbeddingAllowed(glyphRun.
GlyphTypeface
))
2078
Uri uri = Utility.GetFontUri(glyphRun.
GlyphTypeface
);
2091
WriteAttr("StyleSimulations", glyphRun.
GlyphTypeface
.StyleSimulations, StyleSimulations.None);
Serialization\XpsFontSubsetter.cs (2)
131
FontEmbeddingRight embeddingRights = glyphRun.
GlyphTypeface
.EmbeddingRights;
146
glyphRun.
GlyphTypeface