diff --git a/zh-cn/react-native-image-marker.md b/zh-cn/react-native-image-marker.md index 021506473e2c05719f6f5fb0c8b3e085948589ac..8883ee6ddd3287a12cfae9d6c18d105dc552ac2e 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) ## 其他