Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.32 KB

nf-dwrite_1-idwritefont1-getpanose.md

File metadata and controls

72 lines (59 loc) · 2.32 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dwrite_1.IDWriteFont1.GetPanose
IDWriteFont1::GetPanose (dwrite_1.h)
Gets the PANOSE values from the font and is used for font selection and matching.
GetPanose
GetPanose method [Direct Write]
GetPanose method [Direct Write]
IDWriteFont1 interface
IDWriteFont1 interface [Direct Write]
GetPanose method
IDWriteFont1.GetPanose
IDWriteFont1::GetPanose
directwrite.idwritefont1_getpanose
dwrite_1/IDWriteFont1::GetPanose
directwrite\idwritefont1_getpanose.htm
DirectWrite
DD31C1D6-4CD2-4ED0-BF9F-CAF587C613E6
12/05/2018
GetPanose, GetPanose method [Direct Write], GetPanose method [Direct Write],IDWriteFont1 interface, IDWriteFont1 interface [Direct Write],GetPanose method, IDWriteFont1.GetPanose, IDWriteFont1::GetPanose, directwrite.idwritefont1_getpanose, dwrite_1/IDWriteFont1::GetPanose
dwrite_1.h
Windows
Windows 8 and Platform Update for Windows 7 [desktop apps \| UWP apps]
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps \| UWP apps]
Dwrite_1.lib
Dwrite_1.dll
Windows
19H1
IDWriteFont1::GetPanose
dwrite_1/IDWriteFont1::GetPanose
c++
APIRef
kbSyntax
COM
dwrite_1.dll
IDWriteFont1.GetPanose

IDWriteFont1::GetPanose

-description

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

-parameters

-param panose [out]

Type: DWRITE_PANOSE*

A pointer to the DWRITE_PANOSE structure to fill in.

-remarks

If the font has no PANOSE values, they are set to 'any' (0) and DirectWrite doesn't simulate those values.

-see-also

IDWriteFont1