diff --git a/en/application-dev/ui/ndk-styled-string.md b/en/application-dev/ui/ndk-styled-string.md index b85ad538b5fc58cf3b5f65307b378571c211ab24..598a7b1433e083102a92ba92c044a21b05646394 100644 --- a/en/application-dev/ui/ndk-styled-string.md +++ b/en/application-dev/ui/ndk-styled-string.md @@ -1,5 +1,5 @@ # Drawing and Displaying Text in Text Components -Some frameworks or applications have their own text layout capabilities, which are integrated into the [ArkGraphics2D text engine](../graphics/complex-text-c.md) during porting. To avoid the need for redeveloping text components, the **Text** component provides the [NODE_TEXT_CONTENT_WITH_STYLED_STRING](../../application-dev/reference/apis-arkui/_ark_u_i___native_module.md) API, which can directly render text generated by the Ark text engine. +Some frameworks or applications have their own text layout capabilities, which are integrated into the ArkGraphics2D text engine during porting. To avoid the need for redeveloping text components, the **Text** component provides the [NODE_TEXT_CONTENT_WITH_STYLED_STRING](../../application-dev/reference/apis-arkui/_ark_u_i___native_module.md) API, which can directly render text generated by the Ark text engine. The following, based on the [Integrating with ArkTS Pages](../ui/ndk-access-the-arkts-page.md) section, explains how to create text engine text and use the **Text** component for rendering and display.