设置字体平滑 - SetFontSmooth
函数简介
设置字体平滑。
接口名称
SetFontSmooth
DLL调用
int SetFontSmooth(long instance, int enable)
参数说明
参数名 | 类型 | 说明 |
---|---|---|
instance | 长整数型 | OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。 |
enable | 整数型 | 是否启用 |
示例
// 示例代码待补充
返回值
成功返回1,失败返回0
设置字体平滑。
SetFontSmooth
int SetFontSmooth(long instance, int enable)
参数名 | 类型 | 说明 |
---|---|---|
instance | 长整数型 | OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。 |
enable | 整数型 | 是否启用 |
// 示例代码待补充
成功返回1,失败返回0