Commit ce7b3fb3 authored by 李驰骋's avatar 李驰骋

UReport添加新字体

parent 0f7f1f5a
...@@ -48,7 +48,7 @@ public class UReportConfig implements BuildinDatasource { ...@@ -48,7 +48,7 @@ public class UReportConfig implements BuildinDatasource {
@Override @Override
public String getFontPath() { public String getFontPath() {
return "reports/fonts/thaisansneue-regular-webfont.ttf"; return "classpath:reports/fonts/thaisansneue-regular-webfont.ttf";
} }
}; };
} }
...@@ -63,7 +63,7 @@ public class UReportConfig implements BuildinDatasource { ...@@ -63,7 +63,7 @@ public class UReportConfig implements BuildinDatasource {
@Override @Override
public String getFontPath() { public String getFontPath() {
return "reports/fonts/ARIALN.ttf"; return "classpath:reports/fonts/ARIALN.TTF";
} }
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment