KA 및 KA unit 폰트를 변경할 수 있게 함

This commit is contained in:
Arin(asus)
2024-11-26 20:40:22 +09:00
parent 973524ee77
commit 87486bb022
7 changed files with 130 additions and 51 deletions

View File

@@ -420,6 +420,8 @@ namespace vmsnet
this.DispCtrl1.Font_Header = PUB.GetFontFromStr(PUB.DESIGN.font_summary);
this.DispCtrl1.FONT_CT = PUB.GetFontFromStr(PUB.DESIGN.font_celltitle);
this.DispCtrl1.FONT_AV = PUB.GetFontFromStr(PUB.DESIGN.font_alarmvalue);
this.DispCtrl1.FONT_KA = PUB.GetFontFromStr(PUB.DESIGN.font_kaValue);
this.DispCtrl1.FONT_KU = PUB.GetFontFromStr(PUB.DESIGN.font_kaUnit);
DispCtrl1_RaiseAlarm(false);