Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |