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
该 EmfPlusSetTextRenderingHint 记录指定文本渲染的质量,包括抗锯齿类型。
构造函数
| 构造函数 | 描述 |
|---|---|
| EmfPlusSetTextRenderingHint(EmfPlusRecord source) | 初始化 EmfPlusSetTextRenderingHint 类的新实例。 |
方法
| 方法 | 描述 |
|---|---|
| getTextRenderingHint() | 获取或设置文本渲染提示值,来自 TextRenderingHint 枚举(第 2.1.1.32 节),该值指定后续文本渲染使用的质量。 |
| setTextRenderingHint(byte value) | 获取或设置文本渲染提示值,来自 TextRenderingHint 枚举(第 2.1.1.32 节),该值指定后续文本渲染使用的质量。 |
EmfPlusSetTextRenderingHint(EmfPlusRecord source)
public EmfPlusSetTextRenderingHint(EmfPlusRecord source)
初始化 EmfPlusSetTextRenderingHint 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| source | EmfPlusRecord | 源。 |
getTextRenderingHint()
public byte getTextRenderingHint()
获取或设置文本渲染提示值,来自 TextRenderingHint 枚举(第 2.1.1.32 节),该值指定后续文本渲染使用的质量。
值:文本渲染提示。
Returns: byte
setTextRenderingHint(byte value)
public void setTextRenderingHint(byte value)
获取或设置文本渲染提示值,来自 TextRenderingHint 枚举(第 2.1.1.32 节),该值指定后续文本渲染使用的质量。
值:文本渲染提示。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | byte |