修复字符串扩展模块时间转换方法问题
微调音乐室ui 修复更换字体后左上时间歪了
This commit is contained in:
@@ -13,7 +13,7 @@ function FONT.set(s)
|
||||
currentFontSize=s
|
||||
end
|
||||
end
|
||||
function FONT.get(s)print(1)
|
||||
function FONT.get(s)
|
||||
if not fontCache[s]then
|
||||
fontCache[s]=gc.setNewFont(s,'light',gc.getDPIScale()*SCR.k*2)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user