GdipSetTextRenderingHint

 

 

Description

Sets the text rendering mode of this Graphics object.

Syntax

GpStatus WINGDIPAPI GdipSetTextRenderingHint(

    GpGraphics *graphics,

    TextRenderingHint mode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetTextRenderingHint ( _

    BYVAL graphics AS DWORD, _

    BYVAL mode AS LONG _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

mode

[in] Element of the TextRenderingHint enumeration that specifies the process currently used by this Graphics object to render text.

 

Valid HTML 4.01 Transitional