fontsize

Signed-off-by: zhuhan <2281542033@qq.com>
Change-Id: I764bdac46adde40854dcdd494379bb2439829616
This commit is contained in:
zhuhan 2024-08-29 15:41:39 +08:00 committed by zhuhan
parent c76a5c3528
commit 1703fd3cd7

View File

@ -539,4 +539,15 @@ export default class ApplicationContext extends Context {
* @since 12 * @since 12
*/ */
getCurrentAppCloneIndex(): number; getCurrentAppCloneIndex(): number;
/**
* Set font size scale.
* @param {number} fontSizeScale - Font size scale.
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1.Mandatory parameters are left unspecified.
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @stagemodelonly
* @atomicservice
* @since 13
*/
setFontSizeScale(fontSizeScale: number): void;
} }