IDWriteFontFace3::GetPanose method

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

Syntax


void GetPanose(
  [out] DWRITE_PANOSE *panose
);

Parameters

panose [out]

Type: DWRITE_PANOSE*

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

Return value

This method does not return a value.

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

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

IDWriteFontFace3

 

 

Show: