The following tables list the members exposed by LocalFontFileLoader.
Public Properties
Public Methods
| | Name | Description |
 | CreateStreamFromKey | Creates a font file stream object that encapsulates an open file resource. (Inherited from C1.Util.DX.DirectWrite.FontFileLoaderNative) |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase) |
 | GetFilePath | Obtains the absolute font file path from the font file reference key. |
 | GetFilePathFromKey | HRESULT IDWriteLocalFontFileLoader::GetFilePathFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out, Buffer] wchar_t* filePath,[In] unsigned int filePathSize) |
 | GetFilePathLengthFromKey | HRESULT IDWriteLocalFontFileLoader::GetFilePathLengthFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out] unsigned int* filePathLength) |
 | GetLastWriteTime | Obtains the last write time of the file from the font file reference key. |
 | GetLastWriteTimeFromKey | HRESULT IDWriteLocalFontFileLoader::GetLastWriteTimeFromKey([In, Buffer] const void* fontFileReferenceKey,[In] unsigned int fontFileReferenceKeySize,[Out] FILETIME* lastWriteTime) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
Top
Public Events
See Also