IDWriteGlyphRunAnalysis::GetAlphaTextureBounds method (dwrite.h)

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

Syntax

HRESULT GetAlphaTextureBounds(
        DWRITE_TEXTURE_TYPE textureType,
  [out] RECT                *textureBounds
);

Parameters

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.

[out] textureBounds

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.

Return value

Type: HRESULT

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

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteGlyphRunAnalysis