Skip to content

Commit 6c82a03

Browse files
committed
wip
1 parent 82a67ae commit 6c82a03

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

TeXmacs/tests/tmu/206_20.tmu

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<TMU|<tuple|1.1.0|2026.2.0>>
2+
3+
<style|<tuple|generic|chinese|table-captions-above|number-europe|preview-ref>>
4+
5+
<\body>
6+
Unicode优先级:
7+
8+
<\itemize>
9+
<item>当前字体
10+
11+
<item>Noto Color Emoji
12+
</itemize>
13+
14+
\;
15+
16+
不设置字体
17+
18+
♤♡♢♧
19+
20+
\<spadesuit\>\<heartsuit\>\<diamondsuit\>\<clubsuit\>
21+
22+
\;
23+
24+
设置字体为 Arial
25+
26+
<\with|font|Arial>
27+
♤♡♢♧
28+
29+
\<spadesuit\>\<heartsuit\>\<diamondsuit\>\<clubsuit\>
30+
</with>
31+
32+
\;
33+
34+
设置字体为 Noto CJK SC
35+
36+
<\with|font|Noto CJK SC>
37+
♤♡♢♧
38+
39+
\<spadesuit\>\<heartsuit\>\<diamondsuit\>\<clubsuit\>
40+
</with>
41+
42+
\;
43+
44+
设置字体为 Noto Color Emoji
45+
46+
<\with|font|Noto Color Emoji>
47+
♤♡♢♧
48+
49+
\<spadesuit\>\<heartsuit\>\<diamondsuit\>\<clubsuit\>
50+
</with>
51+
</body>
52+
53+
<\initial>
54+
<\collection>
55+
<associate|page-medium|paper>
56+
<associate|page-screen-margin|false>
57+
</collection>
58+
</initial>

devel/206_20.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 206_19 修改处于 emoji 范围内的unicode字符的字体优先级
2+
3+
## 如何测试
4+
- 打开 TeXmacs/tests/tmu/206_19.tmu
5+
6+
## 2026/02/24
7+
### What
8+
- Unicode优先级:
9+
- 当前字体
10+
- Noto Color Emoji
11+
12+
### Why
13+
部分unicode符号在字体中其实有,但是默认会使用 Noto Color Emoji

0 commit comments

Comments
 (0)