Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |