16 references to IDWriteFontCollectionLoader
PresentationCore (16)
MS\Internal\Interop\DWrite\IDWriteFactory.cs (6)
33
public int CreateCustomFontCollection(
IDWriteFontCollectionLoader
* collectionLoader, void* collectionKey, uint collectionKeySize, IDWriteFontCollection** fontCollection)
35
return ((delegate* unmanaged<IDWriteFactory*,
IDWriteFontCollectionLoader
*, void*, uint, IDWriteFontCollection**, int>)(lpVtbl[4]))((IDWriteFactory*)Unsafe.AsPointer(ref this), collectionLoader, collectionKey, collectionKeySize, fontCollection);
38
public int RegisterFontCollectionLoader(
IDWriteFontCollectionLoader
* fontCollectionLoader)
40
return ((delegate* unmanaged<IDWriteFactory*,
IDWriteFontCollectionLoader
*, int>)(lpVtbl[5]))((IDWriteFactory*)Unsafe.AsPointer(ref this), fontCollectionLoader);
43
public int UnregisterFontCollectionLoader(
IDWriteFontCollectionLoader
* fontCollectionLoader)
45
return ((delegate* unmanaged<IDWriteFactory*,
IDWriteFontCollectionLoader
*, int>)(lpVtbl[6]))((IDWriteFactory*)Unsafe.AsPointer(ref this), fontCollectionLoader);
MS\Internal\Interop\DWrite\IDWriteFontCollectionLoader.cs (6)
15
return ((delegate* unmanaged<
IDWriteFontCollectionLoader
*, Guid*, void**, int>)(lpVtbl[0]))((
IDWriteFontCollectionLoader
*)Unsafe.AsPointer(ref this), riid, ppvObject);
20
return ((delegate* unmanaged<
IDWriteFontCollectionLoader
*, uint>)(lpVtbl[1]))((
IDWriteFontCollectionLoader
*)Unsafe.AsPointer(ref this));
25
return ((delegate* unmanaged<
IDWriteFontCollectionLoader
*, uint>)(lpVtbl[2]))((
IDWriteFontCollectionLoader
*)Unsafe.AsPointer(ref this));
MS\Internal\Text\TextInterface\Factory.cs (4)
86
(
IDWriteFontCollectionLoader
*)pIDWriteFontCollectionLoaderMirror.ToPointer()
305
IDWriteFontCollectionLoader
* pIDWriteFontCollectionLoader =
306
(
IDWriteFontCollectionLoader
*)pIDWriteFontCollectionLoaderMirror.ToPointer();
358
Value->UnregisterFontCollectionLoader((
IDWriteFontCollectionLoader
*)pIDWriteFontCollectionLoaderMirror.ToPointer());