IDWriteFont1::GetPanose method (dwrite_1.h)
Gets the PANOSE values from the font and is used for font selection and matching.
Syntax
void GetPanose(
[out] DWRITE_PANOSE *panose
);
Parameters
[out] panose
Type: DWRITE_PANOSE*
A pointer to the DWRITE_PANOSE structure to fill in.
Return value
None
Remarks
If the font has no PANOSE values, they are set to 'any' (0) and DirectWrite doesn't simulate those values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dwrite_1.h |
Library | Dwrite_1.lib |
DLL | Dwrite_1.dll |