Exemple #1
0
 internal unsafe static int CreateFontFile(IDWriteFactory *factory, FontFileLoader fontFileLoader, Uri filePathUri, IDWriteFontFile **dwriteFontFile)
 {
 }
Exemple #2
0
 public unsafe FontFileEnumerator(IEnumerable <IFontSource> fontSourceCollection, FontFileLoader fontFileLoader, IDWriteFactory *factory)
 {
 }
Exemple #3
0
 internal unsafe static int CreateFontFile(IDWriteFactory *factory, FontFileLoader fontFileLoader, Uri filePathUri, IDWriteFontFile **dwriteFontFile)
 {
     throw new NotImplementedException();
 }
 public FontCollectionLoader(IFontSourceCollectionFactory fontSourceCollectionFactory, FontFileLoader fontFileLoader)
 {
 }