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