IDWriteFont1::GetPanose method
Gets the PANOSE values from the font and is used for font selection and matching.
Syntax
virtual void GetPanose( [out] DWRITE_PANOSE *panose ) = 0;
Parameters
- panose [out]
-
Type: DWRITE_PANOSE*
A pointer to the DWRITE_PANOSE structure to fill in.
Return value
This method does not return a value.
Remarks
If the font has no PANOSE values, they are set to 'any' (0) and DirectWrite doesn't simulate those values.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also