ID2D1Device4::GetMaximumColorGlyphCacheMemory method (d2d1_3.h)

Gets the maximum capacity of the color glyph cache.

Syntax

UINT64 GetMaximumColorGlyphCacheMemory();

Return value

Type: UINT64

Returns the maximum capacity of the color glyph cache in bytes.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
DLL D2d1.dll

See also

ID2D1Device4