feat: 开发完成拼音每日一练
This commit is contained in:
@@ -7,14 +7,14 @@ from pathlib import Path
|
||||
|
||||
BASE = Path(__file__).resolve().parent
|
||||
INPUT = BASE / "input-fonts" / "ToneOZ-Pinyin-WenKai-Regular.ttf"
|
||||
OUTPUT = BASE / "output-fonts" / "ToneOZ-Pinyin-Kai-Regular.ttf"
|
||||
OUTPUT = BASE / "output-fonts" / "ToneOZ-Pinyin-Regular.ttf"
|
||||
|
||||
# Unicode 码点范围
|
||||
RANGES = [
|
||||
(0x0020, 0x007E), # 基本 ASCII(字母、数字、标点)
|
||||
(0x00C0, 0x00FF), # 拉丁字母-1 补充
|
||||
(0x0100, 0x017F), # 拉丁字母扩展 A
|
||||
(0x01D6, 0x01DC), # ü 的四个声调变体
|
||||
(0x01CD, 0x01DC), # 拉丁字母扩展 B(含 ǎ ǐ ǒ ǔ 以及 ü 的四个声调变体)
|
||||
]
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 287 KiB |
Reference in New Issue
Block a user