IDWriteFontFace3::GetPanose method (dwrite_3.h)

Gets the PANOSE values from the font, used for font selection and matching.

Syntax

void GetPanose(
  [out] DWRITE_PANOSE *panose
);

Parameters

[out] panose

Type: DWRITE_PANOSE*

A pointer to a DWRITE_PANOSE structure that receives the PANOSE values from the font.

Return value

None

Remarks

This method doesn't simulate these values, such as substituting a weight or proportion inferred on other values. If the font doesn't specify them, they are all set to 'any' (0).

Requirements

Requirement Value
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

IDWriteFontFace3