12 references to DWriteFactory
PresentationCore (12)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (3)
69
_systemFontCollection =
DWriteFactory
.Instance.GetSystemFontCollection();
111
return
DWriteFactory
.Instance.GetFontCollection(new Uri(localPath));
119
return
DWriteFactory
.Instance.GetFontCollection(fontCollectionUri);
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (4)
162
return (_fontCollection ==
DWriteFactory
.SystemFontCollection);
220
_legacyArabicFontCollection =
DWriteFactory
.GetFontCollectionFromFolder(criticalSxSFontsLocation);
431
return new FamilyCollection(folderUri,
DWriteFactory
.GetFontCollectionFromFolder(folderUri));
451
return new FamilyCollection(folderUri,
DWriteFactory
.SystemFontCollection);
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (1)
130
MS.Internal.FontCache.
DWriteFactory
.Instance,
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
131
MS.Internal.Text.TextInterface.TextAnalyzer textAnalyzer = MS.Internal.FontCache.
DWriteFactory
.Instance.CreateTextAnalyzer();
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
827
_textAnalyzer =
DWriteFactory
.Instance.CreateTextAnalyzer();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (2)
174
MS.Internal.Text.TextInterface.FontCollection fontCollection =
DWriteFactory
.GetFontCollectionFromFile(fontSourceUri);
175
using (MS.Internal.Text.TextInterface.FontFace fontFaceDWrite =
DWriteFactory
.Instance.CreateFontFace(fontSourceUri,