修改接口描述

Signed-off-by: changleipeng <changleipeng4@huawei.com>
Change-Id: I692072399873075e219d3e5868acccb81b475941
This commit is contained in:
changleipeng 2024-11-15 15:38:11 +08:00
parent 1f9e80a076
commit 30be433ec6

View File

@ -538,7 +538,8 @@ OH_Drawing_ErrorCode OH_Drawing_FontGetPathForGlyph(const OH_Drawing_Font* font,
* @syscap SystemCapability.Graphic.Graphic2D.NativeDrawing
* @param font Indicates the pointer to an <b>OH_Drawing_Font</b> object.
* @param text Indicates the character storage encoded with text encoding.
* @param byteLength Indicates the text length in bytes.
* @param byteLength Indicates to get the byte length of the corresponding text path. If this byte length is greater
* than the byte length of the text string, undefined behavior will occur.
* @param encoding <b>OH_Drawing_TextEncoding</b> Indicates the text encoding.
* @param x Indicates x coordinates of the text.
* @param y Indicates y coordinates of the text.