IDWriteFontFaceReference::GetFileSize method (dwrite_3.h)

Get the total size of the font face in bytes.

Syntax

UINT64 GetFileSize();

Return value

Type: UINT64

Returns the total size of the font face in bytes. If the locality is remote, this value is unknown and will be zero.

Requirements

   
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteFontFaceReference