mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
fontid
Signed-off-by: sodanotgreen <limengzheng@huawei.com>
This commit is contained in:
parent
943252ed1a
commit
7c11ac5062
10
api/@ohos.app.ability.Configuration.d.ts
vendored
10
api/@ohos.app.ability.Configuration.d.ts
vendored
@ -165,6 +165,16 @@ export interface Configuration {
|
||||
*/
|
||||
hasPointerDevice?: boolean;
|
||||
|
||||
/**
|
||||
* Indicates the font id.
|
||||
*
|
||||
* @type { ?string }
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 14
|
||||
*/
|
||||
fontId?: string;
|
||||
|
||||
/**
|
||||
* Indicates the font size scale.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user