CRenderTarget::SetTextRenderingParams

Specifies text rendering options to be applied to all subsequent text and glyph drawing operations.

void SetTextRenderingParams(
   IDWriteRenderingParams* textRenderingParams = NULL
);

Parameters

  • textRenderingParams
    The text rendering options to be applied to all subsequent text and glyph drawing operations; NULL to clear current text rendering options.

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class