|
|
@ -482,6 +482,10 @@ public class DesignUtils { |
|
|
|
return null; |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 获取设计器可用字体 |
|
|
|
|
|
|
|
* @return |
|
|
|
|
|
|
|
*/ |
|
|
|
public static String[] getAvailableFontFamilyNames4Report() { |
|
|
|
public static String[] getAvailableFontFamilyNames4Report() { |
|
|
|
DefaultValueAdjustProvider valueAdjust = DesignUtils.getValueAdjust(); |
|
|
|
DefaultValueAdjustProvider valueAdjust = DesignUtils.getValueAdjust(); |
|
|
|
if (valueAdjust != null) { |
|
|
|
if (valueAdjust != null) { |
|
|
|