Commit 38cb2bc4 authored by fangxinjiang's avatar fangxinjiang

自定义字体-fxj

parent c8dabc5d
...@@ -59,12 +59,12 @@ public class TSocialFriendController { ...@@ -59,12 +59,12 @@ public class TSocialFriendController {
private final TSocialFriendPushService tSocialFriendPushService; private final TSocialFriendPushService tSocialFriendPushService;
private final TSocialFreindPushAndGetService tSocialFreindPushAndGetService; private final TSocialFreindPushAndGetService tSocialFreindPushAndGetService;
/*@Operation(description = "测试--测试签名使用暂时注释") @Operation(description = "测试--测试签名使用暂时注释")
@PostMapping("/doTest") @PostMapping("/doTest")
@SysLog("测试") @SysLog("测试")
public R<String> test() { public R<String> test() {
return tSocialFriendPushService.test(); return tSocialFriendPushService.test();
}*/ }
@Operation(description = "1定时任务推送税友") @Operation(description = "1定时任务推送税友")
......
...@@ -16,9 +16,10 @@ import java.util.Random; ...@@ -16,9 +16,10 @@ import java.util.Random;
public class RandomFontStyleUtil { public class RandomFontStyleUtil {
// 常见中文字体列表 // 常见中文字体列表
private static final String[] FONT_NAMES = { private static final String[] FONT_NAMES = {
"华文行楷","方正舒体","宋体", "楷体", "仿宋", "小豆岛秋日和简繁-闪","小豆岛风物诗简繁-闪","小豆岛夏情诗简繁-闪", "小豆岛光之愿简-闪 常规", "小豆岛梦之初简-闪 常规",
"隶书", "华文隶书", "幼圆", "小豆岛春日海简-闪 常规", "小豆岛橄榄树简-闪 常规", "小豆岛闹闹体简-闪",
"Allison","Bradley Hand" "小豆岛夏夕空简繁-闪","小豆岛风物诗简繁-闪"
}; };
// 字体大小范围 // 字体大小范围
......
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