为了账号安全,请及时绑定邮箱和手机立即绑定

Wacom API,标签上的 TextAlign 不起作用

Wacom API,标签上的 TextAlign 不起作用

C#
当年话下 2021-07-01 15:00:21
我正在使用带有签名 SDK v3.20.4的Wacom STU 530 签名选项卡。我的问题是关于创建标签时的文本衬里。/* We have this controller which was placed in a windows form* It's that object that will mainly communicate with the Wacom tab* It's already initialized, I'm showing this to just to show the type & name */AxWizCtl WizCtl;bool success = WizCtl.PadConnect()if(isSuccess) {    //Here I create a label with center align    WizCtl.AddObject(ObjectType.ObjectText, id, x, y, text, TextOptions.TextAlignCenter);    //Here I display the newly added elements on the signature pad    WizCtl.Display();}问题是它永远不会对齐,无论我使用 TextOptions 的哪种对齐方式。准确地说,它会默认显示并左对齐。文档说:但它不起作用,我不知道该怎么办。
查看完整描述

1 回答

?
撒科打诨

TA贡献1934条经验 获得超2个赞

我联系了 Wacom 的开发人员支持并得到了答复。

抱歉,即使在手册中记录了文本对齐和点击事件,也未在 API 中实现。

所以对于今天来说,这个 API 是不可行的。


查看完整回答
反对 回复 2021-07-10
  • 1 回答
  • 0 关注
  • 211 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信