DWRITE_FILE_FRAGMENT structure
Represents a range of bytes in a font file.
Syntax
typedef struct DWRITE_FILE_FRAGMENT { UINT64 fileOffset; UINT64 fragmentSize; } DWRITE_FILE_FRAGMENT;
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
|
Header |
|
|---|
Show: