mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
!1753 修改接口描述
Merge pull request !1753 from changleipeng/font_descriptor
This commit is contained in:
commit
b0b1f44dbc
@ -538,7 +538,8 @@ OH_Drawing_ErrorCode OH_Drawing_FontGetPathForGlyph(const OH_Drawing_Font* font,
|
|||||||
* @syscap SystemCapability.Graphic.Graphic2D.NativeDrawing
|
* @syscap SystemCapability.Graphic.Graphic2D.NativeDrawing
|
||||||
* @param font Indicates the pointer to an <b>OH_Drawing_Font</b> object.
|
* @param font Indicates the pointer to an <b>OH_Drawing_Font</b> object.
|
||||||
* @param text Indicates the character storage encoded with text encoding.
|
* @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 encoding <b>OH_Drawing_TextEncoding</b> Indicates the text encoding.
|
||||||
* @param x Indicates x coordinates of the text.
|
* @param x Indicates x coordinates of the text.
|
||||||
* @param y Indicates y coordinates of the text.
|
* @param y Indicates y coordinates of the text.
|
||||||
|
Loading…
Reference in New Issue
Block a user