public class TextOptions
extends java.lang.Object
Represents text rendering options for ImageDevice.
| Constructor and Description |
|---|
TextOptions()
Initializes a new instance of the
TextOptions class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getTextRenderingHint()
Sets or gets
TextRenderingHint which influences text rendering quality. |
void |
setTextRenderingHint(int value)
Sets or gets
TextRenderingHint which influences text rendering quality. |
public TextOptions()
Initializes a new instance of the TextOptions class.
public int getTextRenderingHint()
Sets or gets TextRenderingHint which influences text rendering quality. By default this property is TextRenderingHint.SystemDefault.
public void setTextRenderingHint(int value)
Sets or gets TextRenderingHint which influences text rendering quality. By default this property is TextRenderingHint.SystemDefault.