diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:29:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:29:51 +0100 |
commit | 2bc5610921312613f8623f7ed347aa576689b2b6 (patch) | |
tree | f17a7a00e232c97d1335ff3cb24dbcfafacfe141 /files/zh-cn/glossary/baseline/index.html | |
parent | 964decad361766e85d928a56f0ab80af0e75c172 (diff) | |
parent | fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (diff) | |
download | translated-content-2bc5610921312613f8623f7ed347aa576689b2b6.tar.gz translated-content-2bc5610921312613f8623f7ed347aa576689b2b6.tar.bz2 translated-content-2bc5610921312613f8623f7ed347aa576689b2b6.zip |
Merge pull request #32 from fiji-flo/unslugging-zh-cn
Unslugging zh cn
Diffstat (limited to 'files/zh-cn/glossary/baseline/index.html')
-rw-r--r-- | files/zh-cn/glossary/baseline/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/baseline/index.html b/files/zh-cn/glossary/baseline/index.html new file mode 100644 index 0000000000..12a262a0fd --- /dev/null +++ b/files/zh-cn/glossary/baseline/index.html @@ -0,0 +1,25 @@ +--- +title: 基线 +slug: Glossary/baseline +translation_of: Glossary/baseline +original_slug: Glossary/基线 +--- +<p><strong>基线</strong>是指欧洲和西亚文字排版中,用于在上面放置字符的一条假象的基准线。</p> + +<p>字符的降部比如 g 和 p 会向下超出基线, 带弧形的会向上和向下扩展的字形( {{Glossary("glyph", "Glyphs")}} ),比如 C 或 3 会略微向下超出基线。</p> + +<p>东亚文字没有基线,他们的字形放置在方盒子,没有升部和降部。</p> + +<h2 id="学习更多">学习更多</h2> + +<h3 id="基本知识">基本知识</h3> + +<ul> + <li>维基百科上的基线 <a href="https://en.wikipedia.org/wiki/Baseline_(typography)">Baseline</a> </li> +</ul> + +<h3 id="技术参考">技术参考</h3> + +<ul> + <li>MDN 上的 CSS 盒对齐 <a href="/en-US/docs/Web/CSS/CSS_Box_Alignment#Types_of_alignment">CSS Box Alignment</a> </li> +</ul> |