diff --git a/zh-cn/react-native-image-marker.md b/zh-cn/react-native-image-marker.md index 021506473e2c05719f6f5fb0c8b3e085948589ac..b905459812466abc1c84bc30c6ece6c388ae6874 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,15 +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) - ## 其他 ## 开源协议 本项目基于[The MIT License(MIT)](https://github.com/JimmyDaddy/react-native-image-marker/blob/master/LICENSE) ,请自由地享受和参与开源。 - -