DWRITE_FILE_FRAGMENT structure (dwrite_3.h)

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
Header dwrite_3.h