IDWriteFontFace2::GetPaletteEntryCount method (dwrite_2.h)

Get the number of entries in each color palette.

Syntax

UINT32 GetPaletteEntryCount();

Return value

The number of entries in each color palette. All color palettes in a font have the same number of palette entries. The return value is zero if the font has no color information.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header dwrite_2.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteFontFace2