|
|
@ -230,7 +230,7 @@ public class DesignUtils { |
|
|
|
|
|
|
|
|
|
|
|
private static FRFont getCurrentLocaleFont(){ |
|
|
|
private static FRFont getCurrentLocaleFont(){ |
|
|
|
FRFont guiFRFont; |
|
|
|
FRFont guiFRFont; |
|
|
|
Locale defaultLocale = FRContext.getLocale(); |
|
|
|
Locale defaultLocale = Locale.getDefault(); |
|
|
|
|
|
|
|
|
|
|
|
if (isDisplaySimSun(defaultLocale)) { |
|
|
|
if (isDisplaySimSun(defaultLocale)) { |
|
|
|
guiFRFont = getNamedFont("SimSun"); |
|
|
|
guiFRFont = getNamedFont("SimSun"); |
|
|
|