12 references to IDWriteFontCollection
PresentationCore (12)
MS\Internal\Interop\DWrite\IDWriteFactory.cs (4)
27
public int GetSystemFontCollection(
IDWriteFontCollection
** fontCollection, int checkForUpdates = 0)
29
return ((delegate* unmanaged<IDWriteFactory*,
IDWriteFontCollection
**, int, int>)(lpVtbl[3]))((IDWriteFactory*)Unsafe.AsPointer(ref this), fontCollection, checkForUpdates);
32
public int CreateCustomFontCollection(IDWriteFontCollectionLoader* collectionLoader, void* collectionKey, uint collectionKeySize,
IDWriteFontCollection
** fontCollection)
34
return ((delegate* unmanaged<IDWriteFactory*, IDWriteFontCollectionLoader*, void*, uint,
IDWriteFontCollection
**, int>)(lpVtbl[4]))((IDWriteFactory*)Unsafe.AsPointer(ref this), collectionLoader, collectionKey, collectionKeySize, fontCollection);
MS\Internal\Interop\DWrite\IDWriteFontCollection.cs (6)
14
return ((delegate* unmanaged<
IDWriteFontCollection
*, Guid*, void**, int>)(lpVtbl[0]))((
IDWriteFontCollection
*)Unsafe.AsPointer(ref this), riid, ppvObject);
19
return ((delegate* unmanaged<
IDWriteFontCollection
*, uint>)(lpVtbl[1]))((
IDWriteFontCollection
*)Unsafe.AsPointer(ref this));
24
return ((delegate* unmanaged<
IDWriteFontCollection
*, uint>)(lpVtbl[2]))((
IDWriteFontCollection
*)Unsafe.AsPointer(ref this));
MS\Internal\Text\TextInterface\Factory.cs (2)
279
IDWriteFontCollection
* fontCollection = null;
298
IDWriteFontCollection
* dwriteFontCollection = null;