Skip to content

Commit 877c217

Browse files
author
funnygeeker
committed
Update beta2
1 parent fc0df59 commit 877c217

19 files changed

+21
-13
lines changed

fonts/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
## 字体文件(Chinese)
2-
# TODO 2311
3-
- 修复 `Lite` 字符集缺少空格的问题
4-
- 更换更合适的字体,以优化英文显示
52

63
### 文件格式
74
- `.bmf` 文件均为本 `micropython-easydisplay` 项目的字体文件,包含了一些常见字体。
@@ -17,7 +14,11 @@
1714
### 兼容性
1815
- 当前字体版本为 `V3` 版本,与 [MicroPython-uFont](https://github.com/AntonVanke/MicroPython-uFont) 项目通用
1916

20-
### 制作字体文件
17+
### TTF 字体文件
18+
- `8px`[观致8px](https://www.maoken.com/freefonts/11358.html)
19+
- `16px` `24px` `32px`[HarmonyOS Sans](https://developer.harmonyos.com/cn/design/resource)
20+
21+
### 制作 BMF 字体文件
2122
- [https://github.com/AntonVanke/MicroPython-uFont-Tools](https://github.com/AntonVanke/MicroPython-uFont-Tools)
2223

2324

@@ -38,5 +39,9 @@
3839
### Compatibility
3940
- The current font version is `V3` and is compatible with the [MicroPython-uFont](https://github.com/AntonVanke/MicroPython-uFont) project.
4041

41-
### Create Font Files
42+
### TTF Font File
43+
- `8px`[观致8px](https://www.maoken.com/freefonts/11358.html)
44+
- `16px` `24px` `32px`[HarmonyOS Sans](https://developer.harmonyos.com/cn/design/resource)
45+
46+
### Create BMF Font Files
4247
- [https://github.com/AntonVanke/MicroPython-uFont-Tools](https://github.com/AntonVanke/MicroPython-uFont-Tools)

fonts/text_full_16px_2311-1.v3.bmf

-452 KB
Binary file not shown.

fonts/text_full_16px_2311.v3.bmf

452 KB
Binary file not shown.

fonts/text_full_24px_2311-1.v3.bmf

-984 KB
Binary file not shown.

fonts/text_full_24px_2311.v3.bmf

984 KB
Binary file not shown.

fonts/text_full_32px_2311-1.v3.bmf

-1.69 MB
Binary file not shown.

fonts/text_full_32px_2311.v3.bmf

1.69 MB
Binary file not shown.

fonts/text_full_8px_2311-1.v3.bmf

-133 KB
Binary file not shown.

fonts/text_full_8px_2311.v3.bmf

133 KB
Binary file not shown.

fonts/text_lite.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)