IDWriteFontFaceReference::GetFileSize method

Get the total size of the font face in bytes.

Syntax


UINT64 GetFileSize();

Parameters

This method has no parameters.

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]

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IDWriteFontFaceReference

 

 

Show: