public final class EmfPlusSetTextRenderingHint extends EmfPlusPropertyRecordType
The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing.
Constructor and Description |
---|
EmfPlusSetTextRenderingHint(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetTextRenderingHint class. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetTextRenderingHint(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetTextRenderingHint
class.
source
- The source.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.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.