Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.12 KB

nf-dwrite-idwriteglyphrunanalysis-getalphatexturebounds.md

File metadata and controls

81 lines (64 loc) · 3.12 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.IDWriteGlyphRunAnalysis.GetAlphaTextureBounds
IDWriteGlyphRunAnalysis::GetAlphaTextureBounds (dwrite.h)
Gets the bounding rectangle of the physical pixels affected by the glyph run.
GetAlphaTextureBounds
GetAlphaTextureBounds method [Direct Write]
GetAlphaTextureBounds method [Direct Write]
IDWriteGlyphRunAnalysis interface
IDWriteGlyphRunAnalysis interface [Direct Write]
GetAlphaTextureBounds method
IDWriteGlyphRunAnalysis.GetAlphaTextureBounds
IDWriteGlyphRunAnalysis::GetAlphaTextureBounds
directwrite.IDWriteGlyphRunAnalysis_GetAlphaTextureBounds
dwrite/IDWriteGlyphRunAnalysis::GetAlphaTextureBounds
directwrite\IDWriteGlyphRunAnalysis_GetAlphaTextureBounds.htm
DirectWrite
9058edb7-23b2-418a-abcc-3ee827a79144
12/05/2018
GetAlphaTextureBounds, GetAlphaTextureBounds method [Direct Write], GetAlphaTextureBounds method [Direct Write],IDWriteGlyphRunAnalysis interface, IDWriteGlyphRunAnalysis interface [Direct Write],GetAlphaTextureBounds method, IDWriteGlyphRunAnalysis.GetAlphaTextureBounds, IDWriteGlyphRunAnalysis::GetAlphaTextureBounds, directwrite.IDWriteGlyphRunAnalysis_GetAlphaTextureBounds, dwrite/IDWriteGlyphRunAnalysis::GetAlphaTextureBounds
dwrite.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
Dwrite.lib
Dwrite.dll
Windows
19H1
IDWriteGlyphRunAnalysis::GetAlphaTextureBounds
dwrite/IDWriteGlyphRunAnalysis::GetAlphaTextureBounds
c++
APIRef
kbSyntax
COM
dwrite.dll
IDWriteGlyphRunAnalysis.GetAlphaTextureBounds

IDWriteGlyphRunAnalysis::GetAlphaTextureBounds

-description

Gets the bounding rectangle of the physical pixels affected by the glyph run.

-parameters

-param textureType

Type: DWRITE_TEXTURE_TYPE

Specifies the type of texture requested. If a bi-level texture is requested, the bounding rectangle includes only bi-level glyphs. Otherwise, the bounding rectangle includes only antialiased glyphs.

-param textureBounds [out]

Type: RECT*

When this method returns, contains the bounding rectangle of the physical pixels affected by the glyph run, or an empty rectangle if there are no glyphs of the specified texture type.

-returns

Type: HRESULT

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

-see-also

IDWriteGlyphRunAnalysis