未验证 提交 b193960e 编写于 作者: 葛亚芳 提交者: Gitee

3.1Release分支:update zh-cn/application-dev/napi/drawing-guidelines.md:注释错误修改,需同步翻译

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 0e5939af
......@@ -157,7 +157,7 @@ Native Drawing模块提供了一系列的接口用于基本图形和字体的绘
2. **设置排版风格**
```c++
// 选择左对齐/居中对齐等排版属性
// 选择从左到右/左对齐等排版属性
OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_LTR);
OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册