Lihang Xu

Results 194 comments of Lihang Xu

> 这个叹号 {❗}居中一点 目前哪些符号要居中我都是写死的,我再提供一个设置功能吧,能自定义哪些字符要旋转、居中这样的

自定义符号功能加在v1.7.10里了 ![image](https://user-images.githubusercontent.com/5462205/190885259-195fc64b-c7f7-48ff-b792-b32f73d732f7.png)

The event listener works using JavaScript but not in JSX. ```js componentDidLoad(){ this.containerElement.addEventListener("touchmove", (e:TouchEvent) => { this.onContainerTouchMove(e); }) this.containerElement.addEventListener("touchend", () => { this.previousDistance = undefined; }) } ```

> a minimal code reproduction sample I've made a minimal sample here: https://github.com/xulihang/stencil-touchevent-test

pj版还是别发了,我这毕竟是倡导正版的

I mean multiple barcodes in one image.

保留富文本编辑器里的字体选择状态和竖排引擎的富文本支持调节字体大小加在v2.9.0里了。

可以先设置几个全局字体样式,指定给所需区域。 勾选框这个具体怎么做没理解。