文字の間隔
文字の間隔機能を操作します 。
uniweb.feature.textSpaceEnable()
文字の間隔機能を有効にします。
textSpaceEnable(type?: 1 | 2 | 3): void;
uniweb.feature.textSpaceDisable()
文字の間隔機能を無効にします。
textSpaceDisable(): void;
uniweb.feature.textSpaceToggle()
文字の間隔機能の有効/無効を切り替えます。
textSpaceToggle(type?: 1 | 2 | 3): void;
type
type | 機能名 |
---|---|
1 (default) | 文字の間隔 小 |
2 | 文字の間隔 中 |
3 | 文字の間隔 大 |