aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/baseline
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/baseline
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/baseline')
-rw-r--r--files/ja/glossary/baseline/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ja/glossary/baseline/index.html b/files/ja/glossary/baseline/index.html
new file mode 100644
index 0000000000..052c2412ff
--- /dev/null
+++ b/files/ja/glossary/baseline/index.html
@@ -0,0 +1,30 @@
+---
+title: Baseline (ベースライン)
+slug: Glossary/baseline
+tags:
+ - CSS
+ - Glossary
+ - SVG
+ - alignment
+ - typography
+translation_of: Glossary/baseline
+---
+<p><strong>ベースライン</strong>とは、ヨーロッパおよび西アジアの書体で使用される用語で、フォントの文字がその上に載る概念上の線を意味します。</p>
+
+<p>g や p のような文字のディセンダーはベースラインより下に伸びています。C または 3 のような丸みのある下部または上部をもつ {{Glossary("glyph", "Glyphs")}} は、ベースラインより下にわずかに伸びます。</p>
+
+<p>東アジアの文字にはベースラインはありません。それらのグリフは、アセンダーまたはディセンダーのない正方形のボックスに配置されます。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li><a href="https://en.wikipedia.org/wiki/Baseline_(typography)">Baseline</a> (Wikipedia)</li>
+</ul>
+
+<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
+
+<ul>
+ <li><a href="/ja/docs/Web/CSS/CSS_Box_Alignment#Types_of_alignment">CSS ボックス配置</a> (MDN)</li>
+</ul>