2025-08-10 11:00:20 +08:00

27 lines
592 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 字体文件说明
请将 `PingFangSC-Medium.ttf` 字体文件放置在此目录下。
## 如何获取字体文件:
1. **从 macOS 系统复制**
```bash
cp "/System/Library/Fonts/PingFang.ttc" ./PingFangSC-Medium.ttf
```
2. **从网上下载**
- 搜索并下载 PingFang SC 字体
- 或者使用其他中文字体如 Noto Sans CJK
3. **使用其他字体**
如果要使用其他字体,请修改 `analysis.py` 中的字体文件名。
## 目录结构:
```
app/
fonts/
PingFangSC-Medium.ttf # 字体文件应放在这里
analysis.py
...
```