Skip to main content

setLanguageFont 设置本地化语言包字体

setLanguageFont

类型: MethodDeclaration

所属类: Printer

定义位置: printer.ts

描述

设置本地化语言包字体

参数 guid: 字体文件ID

参数

参数名类型描述默认值
guidstring--

返回值

类型: void

源代码

位置: 第 1379 行

public static setLanguageFont(guid: string): void {
if (this.languageFont !== guid) {
this.deleteFont(this.languageFont)
this.languageFont = guid
this.updateFont()
}
}

文档生成时间:2025/7/7 12:07:06