Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a range of bytes in a font file.
Syntax
struct DWRITE_FILE_FRAGMENT {
UINT64 fileOffset;
UINT64 fragmentSize;
};
Members
fileOffset
Starting offset of the fragment from the beginning of the file.
fragmentSize
Size of the file fragment, in bytes.
Remarks
DWRITE_FILE_FRAGMENT is passed as input to IDWriteRemoteFontFileStream::BeginDownload.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 15063 |
| Minimum supported server | Windows 10 Build 15063 |
| Header | dwrite_3.h |