mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
修改接口描述
Signed-off-by: changleipeng <changleipeng4@huawei.com> Change-Id: I692072399873075e219d3e5868acccb81b475941
This commit is contained in:
parent
1f9e80a076
commit
30be433ec6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user