aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/rtf
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/rtf
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/rtf')
-rw-r--r--files/ja/glossary/rtf/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/glossary/rtf/index.html b/files/ja/glossary/rtf/index.html
new file mode 100644
index 0000000000..0d2382efee
--- /dev/null
+++ b/files/ja/glossary/rtf/index.html
@@ -0,0 +1,28 @@
+---
+title: RTF
+slug: Glossary/RTF
+tags:
+ - Composing
+ - Format
+ - Glossary
+ - RTF
+ - Ricth Text Format
+translation_of: Glossary/RTF
+---
+<p>RTF (リッチテキストフォーマット) は書式設定 (例:太字、イタリック) をサポートしたプレーンテキストベースのファイルフォーマットです。</p>
+
+<p>1980 年代に Microsoft Word チームの 3 人のプログラマーが RTF を作り、Microsoft が 2008 年まで開発していました。開発が終了した現在でも多くの文書処理プログラムが RTF を読み書きできます。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">基礎知識</h3>
+
+<ul>
+ <li>Wikipedia の {{Interwiki("wikipedia", "Rich Text Format")}} </li>
+</ul>
+
+<h3 id="Technical_reference" name="Technical_reference">技術リファレンス</h3>
+
+<ul>
+ <li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=10725">Microsoft による最後の仕様</a></li>
+</ul>