[]
IDWriteLocalFontFileLoader
[Guid("b2d9f3ec-c9fe-4a11-a2ec-d86208f7c0a2")]
public class LocalFontFileLoader : FontFileLoaderNative, IUnknown, FontFileLoader, ICallbackable, IDisposable
<Guid("b2d9f3ec-c9fe-4a11-a2ec-d86208f7c0a2")>
Public Class LocalFontFileLoader
Inherits FontFileLoaderNative
Implements IUnknown, FontFileLoader, ICallbackable, IDisposable
| Name | Description |
|---|---|
| LocalFontFileLoader(nint) | Initializes a new instance of the LocalFontFileLoader class. |
| Name | Description |
|---|---|
| GetFilePath(DataPointer) | Obtains the absolute font file path from the font file reference key. |
| GetFilePathFromKey(nint, int, nint, int) | HRESULT IDWriteLocalFontFileLoader::GetFilePathFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out, Buffer] wchar_t* filePath,[In] unsigned int filePathSize) |
| GetFilePathLengthFromKey(nint, int) | HRESULT IDWriteLocalFontFileLoader::GetFilePathLengthFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out] unsigned int* filePathLength) |
| GetLastWriteTime(DataPointer) | Obtains the last write time of the file from the font file reference key. |
| GetLastWriteTimeFromKey(nint, int) | HRESULT IDWriteLocalFontFileLoader::GetLastWriteTimeFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out] FILETIME* lastWriteTime) |
| Name | Description |
|---|---|
| explicit operator LocalFontFileLoader(nint) | Performs an explicit conversion from nint to LocalFontFileLoader. |