EmfPlusSetTextRenderingHint
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusPropertyRecordType
public final class EmfPlusSetTextRenderingHint extends EmfPlusPropertyRecordType
The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing.
Constructors
| Constructor | Description |
|---|---|
| EmfPlusSetTextRenderingHint(EmfPlusRecord source) | Initializes a new instance of the EmfPlusSetTextRenderingHint class. |
Methods
| Method | Description |
|---|---|
| getTextRenderingHint() | Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering. |
| setTextRenderingHint(byte value) | Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering. |
EmfPlusSetTextRenderingHint(EmfPlusRecord source)
public EmfPlusSetTextRenderingHint(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetTextRenderingHint class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfPlusRecord | The source. |
getTextRenderingHint()
public byte getTextRenderingHint()
Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering.
Value: The text rendering hint.
Returns: byte
setTextRenderingHint(byte value)
public void setTextRenderingHint(byte value)
Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering.
Value: The text rendering hint.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte |