Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |