[]
IDWriteFontFileStream
[Guid("6d4865fe-0ab8-4d91-8f62-5dd6be34a3e0")]
[Shadow(typeof(FontFileStreamShadow))]
public interface FontFileStream : ICallbackable, IDisposable
| Name | Description |
|---|---|
| GetFileSize() | Obtains the total size of a file. |
| GetLastWriteTime() | Obtains the last modified time of the file. |
| ReadFileFragment(out IntPtr, long, long, out IntPtr) | Reads a fragment from a font file. |
| ReleaseFileFragment(IntPtr) | Releases a fragment from a file. |