Signed-off-by: sodanotgreen <limengzheng@huawei.com>
This commit is contained in:
sodanotgreen 2024-11-18 10:07:45 +08:00
parent 943252ed1a
commit 7c11ac5062

View File

@ -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.
*