Skip to content

Commit 191ee17

Browse files
committed
fix: fixed 滩 (U+6EE9)
Closes: #35
1 parent 572a7b2 commit 191ee17

File tree

6 files changed

+60
-28
lines changed

6 files changed

+60
-28
lines changed

dist/zpix.bdf

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ CAP_HEIGHT 10
1414
POINT_SIZE 12
1515
X_HEIGHT 6
1616
ENDPROPERTIES
17-
CHARS 22234
17+
CHARS 22235
1818
STARTCHAR U+0000
1919
ENCODING 0
2020
SWIDTH 0 0
2121
DWIDTH 0 0
2222
BBX 0 0 0 0
2323
BITMAP
2424
ENDCHAR
25+
STARTCHAR U+000A
26+
ENCODING 10
27+
SWIDTH 185 0
28+
DWIDTH 5 0
29+
BBX 0 0 0 0
30+
BITMAP
31+
ENDCHAR
2532
STARTCHAR U+0020
2633
ENCODING 32
2734
SWIDTH 185 0
@@ -169215,17 +169222,17 @@ SWIDTH 481 0
169215169222
DWIDTH 13 0
169216169223
BBX 11 11 0 -2
169217169224
BITMAP
169218-
5D40
169225+
9D40
169219169226
45E0
169220-
8740
169221-
F540
169227+
1740
169228+
9540
169222169229
55E0
169230+
0D40
169231+
4940
169232+
49E0
169223169233
5540
169224-
8940
169225-
E9E0
169226-
1540
169227-
3540
169228-
D5E0
169234+
5540
169235+
95E0
169229169236
ENDCHAR
169230169237
STARTCHAR U+6EEA
169231169238
ENCODING 28394

dist/zpix.ttf

28 Bytes
Binary file not shown.

src/zpix.sfd

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OS2Version: 0
2020
OS2_WeightWidthSlopeOnly: 0
2121
OS2_UseTypoMetrics: 1
2222
CreationTime: 1602156653
23-
ModificationTime: 1615894305
23+
ModificationTime: 1616297339
2424
PfmFamily: 17
2525
TTFWeight: 400
2626
TTFWidth: 5
@@ -51,12 +51,12 @@ DisplaySize: 12
5151
AntiAlias: 0
5252
FitToEm: 0
5353
WidthSeparation: 180
54-
WinInfo: 34827 47 22
54+
WinInfo: 28200 47 22
5555
OnlyBitmaps: 1
5656
BeginPrivate: 0
5757
EndPrivate
5858
TeXData: 1 9437184 0 436207 218103 145402 0 1048576 145402 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
59-
BeginChars: 65536 22233
59+
BeginChars: 65536 22234
6060

6161
StartChar: space
6262
Encoding: 32 32 0
@@ -155685,8 +155685,15 @@ Encoding: 65219 65219 22232
155685155685
Width: 1000
155686155686
LayerCount: 2
155687155687
EndChar
155688+
155689+
StartChar: uni000A
155690+
Encoding: 10 10 22233
155691+
Width: 1000
155692+
Flags: W
155693+
LayerCount: 2
155694+
EndChar
155688155695
EndChars
155689-
BitmapFont: 12 22234 10 2 1 FontForge
155696+
BitmapFont: 12 22235 10 2 1 FontForge
155690155697
BDFStartProperties: 35
155691155698
FONT 1 "Zpix"
155692155699
COMMENT 0 "https://github.com/SolidZORO/zpix-pixel-font"
@@ -174799,7 +174806,7 @@ OFTlP52_\k@mC&[,=#4Y8:ZsjOrs`)
174799174806
BDFChar: 9536 28392 13 0 10 -2 8
174800174807
JcK09&0R%L8,s19#_5Hr?f4>&Qs]mo
174801174808
BDFChar: 9537 28393 13 0 10 -2 8
174802-
>sLj:LHtMt<T$kBM*U=`'gOWAe_gE-
174809+
SNoX%(I46N<T"<O8O,l*<BsPLQ/DWB
174803174810
BDFChar: 9538 28394 13 0 10 -2 8
174804174811
^#2;/);p>oIio,l$(sk_8:ZO^RNMS1
174805174812
BDFChar: 9539 28395 13 0 10 -2 8
@@ -200190,5 +200197,7 @@ BDFChar: 22231 65260 12 0 0 0 0
200190200197
z
200191200198
BDFChar: 22232 65219 12 0 0 0 0
200192200199
z
200200+
BDFChar: 22233 10 5 13 13 -3 -3
200201+
z
200193200202
EndBitmapFont
200194200203
EndSplineFont

website/app.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@font-face {
22
font-family: ZpixReviewLocal;
3-
src: url(./zpix.woff2?zpix--local);
3+
src: url(./zpix.woff2?v2021-03-21);
44
}
55

66
@font-face {
77
font-family: ZpixReviewOnline;
8-
src: url(https://zpix.now.sh/zpix.woff2?zpix--online);
8+
src: url(https://zpix.now.sh/zpix.woff2?v2021-03-21);
99
}
1010

1111
.hide {
@@ -63,8 +63,13 @@
6363
border-radius: 4px;
6464
}
6565

66+
.row h3 {
67+
font-size: 36px;
68+
}
69+
6670
.show-part {
6771
margin-bottom: 50px;
72+
font-size: 24px;
6873
}
6974

7075
.footer {
@@ -76,7 +81,7 @@
7681
.footer a {
7782
text-decoration: none;
7883
color: #ccc;
79-
font-size: 90%;
84+
font-size: 12px;
8085
}
8186

8287
.footer a:hover {

website/index.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<div id="app">
1414
<div class="review-wrapper">
1515
<h1 class="title">Zpix Font Sample</h1>
16-
<h2 class="tips">(Chrome only)</h2>
17-
<textarea aria-label="" rows="5" class="input-characters">这里可以输入文字</textarea>
18-
16+
<textarea aria-label="" rows="5" class="input-characters"
17+
placeholder="Input Text..."></textarea>
1918
<div id="show-loading" class="show-loading">
2019
<div class="loading-sharp">
2120
<div class="lds-ring">
@@ -37,32 +36,44 @@ <h2 class="tips">(Chrome only)</h2>
3736
<div class="row">
3837
<h3>CHS</h3>
3938
<div class="show-part">
40-
那个时候,我真的是什么都不懂!我应该从她所做的事物,而不是她的话里来判断它。她的香味沁人心脾,它让我的生活更加芬芳多彩,我真不应该弃她而去,我其实早就应该想到,在她那看起来有些可笑的行为后面,藏的是一片柔情啊,花是这样的纯洁天真!可我那时毕竟太年轻了,不知道该怎么爱她。
39+
你要记得那些黑暗中默默抱紧你的人,逗你笑的人,陪你彻夜聊天的人,坐车来看望你的人,陪你哭过的人,在医院陪你的人,总是以你为重的人,带着你四处游荡的人,
40+
说想念你的人。是这些人组成你生命中一点一滴的温暖,是这些温暖使你远离阴霾,是这些温暖使你成为善良的人。
4141
</div>
4242
</div>
4343

4444
<div class="row">
4545
<h3>CHT</h3>
4646
<div class="show-part">
47-
那個時候,我真的是什麼都不懂!我應該從她所做的事物,而不是她的話裡來判斷它。她的香味沁人心脾,它讓我的生活更加芬芳多彩,我真不應該棄她而去,我其實早就應該想到,在她那看起來有些可笑的行為後面,藏的是一片柔情啊,花是這樣的純潔天真!可我那時畢竟太年輕了,不知道該怎麼愛她
47+
你要記得那些黑暗中默默抱緊你的人,逗你笑的人,陪你徹夜聊天的人,坐車來看望你的人,陪你哭過的人,在醫院陪你的人,總是以你為重的人,帶著你四處遊蕩的人,說想念你的人。是這些人組成你生命中一點一滴的溫暖,是這些溫暖使你遠離陰霾,是這些溫暖使你成為善良的人
4848
</div>
4949
</div>
5050

5151
<div class="row">
5252
<h3>JPN</h3>
5353
<div class="show-part">
54-
その当時、私は本当に何もわからなかった!
55-
私は彼女の言ったことではなく、彼女がしたことからそれを判断すべきです。
56-
彼女の香りはさわやかで、私の人生をより香り高くカラフルにします。私は彼女を放棄するべきではありません。そして実際、私は長い間彼女の見かけはばかげた行動の背後に隠れることは優しい気持ちだと思いました。
57-
花はとても純粋で無邪気です!
58-
しかし、私はまだ若すぎたので、彼女を愛する方法がわかりません。
54+
暗闇で抱きしめてくれた人、笑わせてくれた人、一晩中話をしてくれた人、車でお見舞いに来てくれた人、一緒に泣いてくれた人、病院で一緒にいてくれた人、いつもあなたのことを一番に考えてくれた人、運んでくれた人、寂しいと言ってくれた人、そんな人たちを思い出してください。
55+
このような人々が、あなたの生活の中の小さな暖かさ、あなたを暗い気持ちにさせない暖かさ、あなたを優しい人にしてくれる暖かさを作り上げているのです。
56+
</div>
57+
</div>
58+
59+
<div class="row">
60+
<h3>ENG</h3>
61+
<div class="show-part">
62+
You have to remember those people who silently hold you tight in
63+
the dark, who make you laugh, who chat with you all night long,
64+
who come to visit you by car, who have cried with you, who are
65+
with you in the hospital, who always put you first, who take you
66+
around, who say they miss you. It's these people who make up the
67+
warmth in your life little by little, it's these warmth that keeps
68+
you away from the gloom, it's these warmth that makes you a good
69+
person.
5970
</div>
6071
</div>
6172
</div>
6273

6374
<div class="footer">
6475
<a href="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/SolidZORO" target="_blank">
65-
(C) 2019 SolidZORO
76+
(C) 2021 Jason Feng / SolidZORO
6677
</a>
6778
</div>
6879
</div>

website/zpix.woff2

-308 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)