报告XP.ReportEngine基础类设计和接口开发。

This commit is contained in:
QI Mingxuan
2026-05-11 16:40:24 +08:00
parent 18111b8468
commit 1573a33a02
31 changed files with 2596 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
+18
View File
@@ -0,0 +1,18 @@
# 字体文件目录 | Font Files Directory
## 所需字体文件 | Required Font Files
请将以下字体文件手动添加到此目录:
1. **NotoSansCJKsc-Regular.otf** — 中文字体(CJK 字符支持)| Chinese font (CJK character support)
2. **NotoSans-Regular.ttf** — 西文字体 | Western font
## 下载地址 | Download Links
- Noto Sans CJK: https://github.com/googlefonts/noto-cjk/releases
- Noto Sans: https://fonts.google.com/noto/specimen/Noto+Sans
## 配置说明 | Configuration Notes
字体文件已在 .csproj 中配置为嵌入资源(EmbeddedResource),添加文件后无需额外配置。
Font files are configured as EmbeddedResource in .csproj, no additional configuration needed after adding files.