 |
GdipSetTextRenderingHint ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the text rendering mode of this Graphics object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipSetTextRenderingHint(
GpGraphics *graphics,
TextRenderingHint mode
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipSetTextRenderingHint IN gdiplus;
INTEGER graphics,;
INTEGER TextRenderingHint
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Pointer to a Graphics object.
TextRenderingHint
[in] Element of the TextRenderingHint enumeration that specifies the process currently used by this Graphics object to render text. |
 |
 |
| Return value: |
 |
| If the call succeeds, it returns Ok, which is an element of the Status enumeration. |
 |
 |
| Word Index links for the GdipSetTextRenderingHint : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-10-13 10:19:10 | | Modified: | 2005-10-13 10:23:34 | Visited in last 7 days: 21 |