public int CreateFontCollectionFromFontSet(IDWriteFontSet *fontSet, IDWriteFontCollection1 **fontCollection)
 {
     return(((delegate * unmanaged <IDWriteFactory5 *, IDWriteFontSet *, IDWriteFontCollection1 **, int>)(lpVtbl[37]))((IDWriteFactory5 *)Unsafe.AsPointer(ref this), fontSet, fontCollection));
 }
 public int CreateFontCollectionFromFontSet([NativeTypeName("IDWriteFontSet *")] IDWriteFontSet *fontSet, DWRITE_FONT_FAMILY_MODEL fontFamilyModel, [NativeTypeName("IDWriteFontCollection2 **")] IDWriteFontCollection2 **fontCollection)
 {
     return(((delegate * unmanaged <IDWriteFactory6 *, IDWriteFontSet *, DWRITE_FONT_FAMILY_MODEL, IDWriteFontCollection2 **, int>)(lpVtbl[52]))((IDWriteFactory6 *)Unsafe.AsPointer(ref this), fontSet, fontFamilyModel, fontCollection));
 }
 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 GetMatchingFontsByLOGFONT([NativeTypeName("const LOGFONT *")] LOGFONTW *logFont, [NativeTypeName("IDWriteFontSet *")] IDWriteFontSet *fontSet, [NativeTypeName("IDWriteFontSet **")] IDWriteFontSet **filteredSet)
 {
     return(((delegate * unmanaged <IDWriteGdiInterop1 *, LOGFONTW *, IDWriteFontSet *, IDWriteFontSet **, int>)(lpVtbl[11]))((IDWriteGdiInterop1 *)Unsafe.AsPointer(ref this), logFont, fontSet, filteredSet));
 }
 public HRESULT AddFontSet(IDWriteFontSet *fontSet)
 {
     return(((delegate * unmanaged <IDWriteFontSetBuilder *, IDWriteFontSet *, int>)(lpVtbl[5]))((IDWriteFontSetBuilder *)Unsafe.AsPointer(ref this), fontSet));
 }
Ejemplo n.º 6
0
 public int AddFontSet([NativeTypeName("IDWriteFontSet *")] IDWriteFontSet *fontSet)
 {
     return(((delegate * unmanaged <IDWriteFontSetBuilder *, IDWriteFontSet *, int>)(lpVtbl[5]))((IDWriteFontSetBuilder *)Unsafe.AsPointer(ref this), fontSet));
 }