public int GetSystemFontCollection([NativeTypeName("BOOL")] int includeDownloadableFonts, IDWriteFontCollection1 **fontCollection, [NativeTypeName("BOOL")] int checkForUpdates = 0)
 {
     return(((delegate * unmanaged <IDWriteFactory5 *, int, IDWriteFontCollection1 **, int, int>)(lpVtbl[38]))((IDWriteFactory5 *)Unsafe.AsPointer(ref this), includeDownloadableFonts, fontCollection, checkForUpdates));
 }
 public int CreateFontCollectionFromFontSet([NativeTypeName("IDWriteFontSet *")] IDWriteFontSet *fontSet, [NativeTypeName("IDWriteFontCollection1 **")] IDWriteFontCollection1 **fontCollection)
 {
     return(((delegate * unmanaged <IDWriteFactory6 *, IDWriteFontSet *, IDWriteFontCollection1 **, int>)(lpVtbl[37]))((IDWriteFactory6 *)Unsafe.AsPointer(ref this), fontSet, fontCollection));
 }
 public int CreateFontCollectionFromFontSet(IDWriteFontSet *fontSet, IDWriteFontCollection1 **fontCollection)
 {
     return(((delegate * unmanaged <IDWriteFactory5 *, IDWriteFontSet *, IDWriteFontCollection1 **, int>)(lpVtbl[37]))((IDWriteFactory5 *)Unsafe.AsPointer(ref this), fontSet, fontCollection));
 }
Пример #4
0
 public HRESULT GetSystemFontCollection(BOOL includeDownloadableFonts, IDWriteFontCollection1 **fontCollection, [Optional] BOOL checkForUpdates)
 {
     return(((delegate * unmanaged <IDWriteFactory4 *, BOOL, IDWriteFontCollection1 **, BOOL, int>)(lpVtbl[38]))((IDWriteFactory4 *)Unsafe.AsPointer(ref this), includeDownloadableFonts, fontCollection, checkForUpdates));
 }