From a68d36f5b65f97538abd6d5b9f8ee126bab625ac Mon Sep 17 00:00:00 2001 From: guichuang <13343468815@163.com> Date: Fri, 9 Aug 2024 16:26:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-image-ma?= =?UTF-8?q?rker=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-image-marker.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/react-native-image-marker.md b/zh-cn/react-native-image-marker.md index 02150647..8883ee6d 100644 --- a/zh-cn/react-native-image-marker.md +++ b/zh-cn/react-native-image-marker.md @@ -378,15 +378,15 @@ markText(options: TextMarkOptions): Promise; | Name | Description | Type | Required | Platform | HarmonyOS Support | | --------- | ---------------------------------------------- | ------ | -------- | ----------- | ----------------- | | color | font color | string | yes | iOS/Android | yes | -| fontName | font name | string | no | iOS/Android | no | +| fontName | font name | string | no | iOS/Android | yes | | fontSize | font size | number | no | iOS/Android | yes | | shadowStyle | text shadow style | ShadowLayerStyle | no | iOS/Android | yes | | textBackgroundStyle | text background style | TextBackgroundStyle | no | iOS/Android | yes | | underline | text underline style | boolean | no | iOS/Android | yes | -| skewX | css italic with degree, you can use italic instead | number | no | iOS/Android | no | +| skewX | css italic with degree, you can use italic instead | number | no | iOS/Android | yes | | strikeThrough | text stroke | boolean | no | iOS/Android | yes | | textAlign | text align . 'left' / 'center' / 'right' | string | no | iOS/Android | yes | -| italic | text italic | boolean | no | iOS/Android | no | +| italic | text italic | boolean | no | iOS/Android | yes | | bold | text bold | boolean | no | iOS/Android | yes | | rotate | rotate text | number | no | iOS/Android | yes | @@ -444,9 +444,9 @@ extends Padding ## 遗留问题 -- [ ] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) -- [ ] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) -- [ ] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) +- [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) +- [x] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) +- [x] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) ## 其他 -- Gitee