IDWriteFont3::GetLocality method (dwrite_3.h)

Gets the current locality of the font.

Syntax

DWRITE_LOCALITY GetLocality();

Return value

Type: DWRITE_LOCALITY

Returns the current locality of the font.

Remarks

For fully local files, the result will always be DWRITE_LOCALITY_LOCAL. A downloadable file may be any of the states, and this function may change between calls.

Requirements

Requirement Value
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib

See also

IDWriteFont3