Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |