Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 2.9 KB

nf-dwrite_2-idwritetextanalyzer2-checktypographicfeature.md

File metadata and controls

92 lines (68 loc) · 2.9 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_2.IDWriteTextAnalyzer2.CheckTypographicFeature
IDWriteTextAnalyzer2::CheckTypographicFeature (dwrite_2.h)
Checks if a typographic feature is available for a glyph or a set of glyphs.
CheckTypographicFeature
CheckTypographicFeature method [Direct Write]
CheckTypographicFeature method [Direct Write]
IDWriteTextAnalyzer2 interface
IDWriteTextAnalyzer2 interface [Direct Write]
CheckTypographicFeature method
IDWriteTextAnalyzer2.CheckTypographicFeature
IDWriteTextAnalyzer2::CheckTypographicFeature
directwrite.idwritetextanalyzer2_checktypographicfeature
dwrite_2/IDWriteTextAnalyzer2::CheckTypographicFeature
directwrite\idwritetextanalyzer2_checktypographicfeature.htm
DirectWrite
D929E654-1DF1-49AB-A311-010DB2D79E06
12/05/2018
CheckTypographicFeature, CheckTypographicFeature method [Direct Write], CheckTypographicFeature method [Direct Write],IDWriteTextAnalyzer2 interface, IDWriteTextAnalyzer2 interface [Direct Write],CheckTypographicFeature method, IDWriteTextAnalyzer2.CheckTypographicFeature, IDWriteTextAnalyzer2::CheckTypographicFeature, directwrite.idwritetextanalyzer2_checktypographicfeature, dwrite_2/IDWriteTextAnalyzer2::CheckTypographicFeature
dwrite_2.h
Windows
Windows 8.1 [desktop apps \| UWP apps]
Windows Server 2012 R2 [desktop apps \| UWP apps]
Dwrite.lib
Dwrite.dll
Windows
19H1
IDWriteTextAnalyzer2::CheckTypographicFeature
dwrite_2/IDWriteTextAnalyzer2::CheckTypographicFeature
c++
APIRef
kbSyntax
COM
dwrite.dll
IDWriteTextAnalyzer2.CheckTypographicFeature

IDWriteTextAnalyzer2::CheckTypographicFeature

-description

Checks if a typographic feature is available for a glyph or a set of glyphs.

-parameters

-param fontFace

The font face to read glyph information from.

-param scriptAnalysis

The script analysis for the script or font to check.

-param localeName [in, optional]

The locale name to check.

-param featureTag

The font feature tag to check.

-param glyphCount

The number of glyphs to check.

-param glyphIndices [in]

An array of glyph indices to check.

-param featureApplies [out]

An array of integers that indicate whether or not the font feature applies to each glyph specified.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IDWriteTextAnalyzer2